12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
# This file is used to select the BEC and Ophyd Devices version for the auto deployment process.
|
|
# Do not edit this file unless you know what you are doing!
|
|
|
|
# The version can be a git tag, branch or commit hash.
|
|
|
|
# BEC version to use
|
|
BEC_AUTODEPLOY_VERSION="master"
|
|
|
|
# ophyd_devices version to use
|
|
OPHYD_DEVICES_AUTODEPLOY_VERSION="master"
|
|
|