You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is intended to be sourced in docker containers. It will have all the necessary ENV and bash functions (if any is needed) so that daq_application can be started without going through setup_dbt and dbt-setup-release, which may takes minutes in some case.
The first version of this script has been generated and deployed to cvmfs. However, it might be an overkill. It currently contains the outputs of declare -x (for all the exported ENVs) and declare -f (for all the bash functions) found after dbt-setup-release. The file is located at: <cvmfs_release_dir>/<release_name>/dbt-setup-release-env.sh.
The lines in the nightly CI workflow for generating the script is around here.
The text was updated successfully, but these errors were encountered:
This script is intended to be sourced in docker containers. It will have all the necessary ENV and bash functions (if any is needed) so that
daq_application
can be started without going throughsetup_dbt
anddbt-setup-release
, which may takes minutes in some case.The first version of this script has been generated and deployed to cvmfs. However, it might be an overkill. It currently contains the outputs of
declare -x
(for all the exported ENVs) anddeclare -f
(for all the bash functions) found afterdbt-setup-release
. The file is located at:<cvmfs_release_dir>/<release_name>/dbt-setup-release-env.sh
.The lines in the nightly CI workflow for generating the script is around here.
The text was updated successfully, but these errors were encountered: