Skip to content

Commit

Permalink
Merge pull request #6966 from habitat-sh/cm/add-bldr-url-env-variable
Browse files Browse the repository at this point in the history
Add HAB_BLDR_URL environment variable to other pipeline files
  • Loading branch information
christophermaier authored Sep 16, 2019
2 parents 332ef8e + 70aa345 commit 2fd482b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/abort_release_pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
env:
HAB_LICENSE: "accept-no-persist"
HAB_STUDIO_SECRET_HAB_LICENSE: "accept-no-persist"
HAB_BLDR_URL: "https://bldr.habitat.sh"

steps:
- label: ":crying_cat_face: :boom: Destroy release channel"
Expand Down
1 change: 1 addition & 0 deletions .buildkite/finish_release_pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
env:
HAB_LICENSE: "accept-no-persist"
HAB_STUDIO_SECRET_HAB_LICENSE: "accept-no-persist"
HAB_BLDR_URL: "https://bldr.habitat.sh"

steps:
- label: ":right-facing_fist: :boom: :left-facing_fist: Promote Release for consumption by Builder"
Expand Down

0 comments on commit 2fd482b

Please sign in to comment.