Skip to content

Commit

Permalink
masterfiles-stage: Added alternate global directory for cfbs build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehermanse authored Jul 9, 2024
1 parent 8e96ffe commit b6339e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/masterfiles-stage/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ git_cfbs_deploy_refspec() {
_start_wrkdir=$(pwd)
# Switch to the staging directory and build with cfbs
cd "${temp_stage}"
cfbs build || error_exit "cfbs build failed"
CFBS_GLOBAL_DIR="/opt/cfengine/build/cfbs_global" cfbs build || error_exit "cfbs build failed"
# Switch back to the original working dir
cd "${_start_wrkdir}"
# Grab HEAD so it can be used to populate cf_promises_release_id
Expand Down

0 comments on commit b6339e0

Please sign in to comment.