Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

masterfiles-stage: Added alternate global directory for cfbs build #5572

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading