Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Remove version: "every" from publish step artifacts
Browse files Browse the repository at this point in the history
because this together with `passed:` is confusing to Concourse and
doesn't let the step trigger when it should.

See also: concourse/concourse#736 (comment)
  • Loading branch information
jimmykarily committed Jun 4, 2020
1 parent d8794f6 commit 344ace2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .concourse/pipeline.yaml.gomplate
Original file line number Diff line number Diff line change
Expand Up @@ -1203,12 +1203,10 @@ jobs:
passed:
- cf-acceptance-tests-diego-{{ $branch }}
trigger: true
version: "every"
- get: s3.kubecf-ci-bundle
passed:
- cf-acceptance-tests-diego-{{ $branch }}
trigger: true
version: "every"
- task: rename-artifacts
config:
platform: linux
Expand Down

0 comments on commit 344ace2

Please sign in to comment.