Skip to content

Commit

Permalink
Previously these were stored in the private ci repo
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rocha <alexr1@vmware.com>
Co-authored-by: David Alvarado <alvaradoda@vmware.com>
  • Loading branch information
xandroc and dalvarado committed Oct 6, 2022
1 parent 3477aaf commit a46cf2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ jobs:
- task: update-golang-package
params:
GO_VERSION: 1
PRIVATE_YAML: ((capi_release_private_yaml))
file: capi-ci/ci/update-packages/update_golang_package.yml
- put: capi-release-develop
params:
Expand Down
2 changes: 1 addition & 1 deletion ci/update-packages/update_golang_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -x

cp $PWD/capi-ci-private/ci/private.yml $PWD/capi-release/config/private.yml
echo "${PRIVATE_YAML}" > $PWD/capi-release/config/private.yml

pushd golang-release
new_go_version=$(bosh blobs | grep linux | grep go${GO_VERSION} | cut -d . -f 1-3 | sort | tail -1)
Expand Down
1 change: 1 addition & 0 deletions ci/update-packages/update_golang_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ image_resource:

params:
GO_VERSION:
PRIVATE_YAML:

run:
path: capi-ci/ci/update-packages/update_golang_package.sh

0 comments on commit a46cf2b

Please sign in to comment.