Skip to content

Commit

Permalink
Use full repo for creating release
Browse files Browse the repository at this point in the history
Using repo with ignore_paths was causing weird async issues with release versions
  • Loading branch information
crsimmons committed Oct 19, 2021
1 parent 777708a commit eb2f584
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 @@ -152,6 +152,7 @@ jobs:
trigger: true
passed:
- create-buckets
- get: grafana-boshrelease-push
- get: pcfops-image
- task: create
file: grafana-boshrelease/ci/tasks/create-candidate.yml
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/create-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

export ROOT_PATH=$PWD

cd grafana-boshrelease
cd grafana-boshrelease-push

bosh create-release --tarball="${ROOT_PATH}/release/grafana-dev-release.tgz" --timestamp-version --force
1 change: 1 addition & 0 deletions ci/tasks/create-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ platform: linux

inputs:
- name: grafana-boshrelease
- name: grafana-boshrelease-push

outputs:
- name: release
Expand Down

0 comments on commit eb2f584

Please sign in to comment.