forked from cloudfoundry/bosh-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename branch and remove -umask suffix
Other stemcell/os-image branches will not use the suffix and this keeps us more consistent with those and other artifacts. [#152664357](https://www.pivotaltracker.com/story/show/152664357)
- Loading branch information
1 parent
722a287
commit 23a22f2
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/usr/bin/env bash | ||
|
||
fly -t production set-pipeline \ | ||
-p bosh-agent:2.47.x-umask \ | ||
-p bosh-agent:2.47.x \ | ||
-c ci/pipeline.yml \ | ||
--load-vars-from <(lpass show -G "bosh-agent concourse secrets" --notes) \ | ||
--var agent_branch=2.47.x-umask \ | ||
--var agent_branch=2.47.x \ | ||
--var version_bump='patch' \ | ||
--var agent_version_key='agent-2.47-current-version' \ | ||
--var agent_initial_version=2.47.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters