Skip to content

Commit

Permalink
#3708: Add missing opt file for install_env_file app
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan committed Dec 6, 2024
1 parent c46fb35 commit 5cb5daa
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copy the site specific environment file to the 'share/bin' directory in the
# installed Cylc workflow (this directory is automatically added to the
# ${PATH} by Cylc).

[command]
default=BASH_XTRACEFD=1 # Send the output from 'set -x' to 'stdout' rather than 'stderr'.
=set -euxo pipefail
=cp ${ENV_FILE_SITE_PATH} ${SHARE_BIN_DIR}/${ENV_FILE}
=cp ${SINGULARITY_ENV_FILE_SITE_PATH} ${SHARE_BIN_DIR}/${SINGULARITY_ENV_FILE}

[file:${SHARE_BIN_DIR}]
mode=mkdir

0 comments on commit 5cb5daa

Please sign in to comment.