File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -535,3 +535,5 @@ steps:
535535 executor :
536536 docker :
537537 privileged : true
538+ environment :
539+ - JOB_HAB_BLDR_URL=https://bldr.acceptance.habitat.sh
Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ source .expeditor/scripts/release_habitat/shared.sh
1919
2020export HAB_BLDR_URL=" ${PIPELINE_HAB_BLDR_URL} "
2121
22+ # The following holds true only for aarch64-darwin as we are only setting that
23+ # environment variable for macos aarch64 jobs. TODO: Remove it once we start
24+ # using the SAAS builder for macOS
25+ if [[ -n " ${JOB_HAB_BLDR_URL:- } " ]]; then
26+ export HAB_BLDR_URL=" ${JOB_HAB_BLDR_URL} "
27+ export HAB_AUTH_TOKEN=" ${ACCEPTANCE_HAB_AUTH_TOKEN} "
28+ fi
29+
2230# Take advantage of the fact that we're just promoting and we can run
2331# 100% on linux
2432declare -g hab_binary
You can’t perform that action at this time.
0 commit comments