Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

Commit a032c1b

Browse files
authored
Merge pull request #211 from tebuta/fixed-version-file
fix for version file
2 parents cc1a2b1 + 4faac38 commit a032c1b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ci/pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,13 @@ resources:
7272
source:
7373
bucket: ((dev-build-automate-release-tarballs.bucket))
7474
json_key: ((concourse_project_google_key))
75-
versioned_file: devtools-boshrelease/devtools-boshrelease-v(.*).tgz
75+
versioned_file: devtools-boshrelease/devtools-release.tgz
7676
- name: final-release-tarball
7777
type: google-cloud-storage
7878
source:
7979
bucket: ((dev-build-automate-release-tarballs.bucket))
8080
json_key: ((concourse_project_google_key))
81-
regexp: devtools-boshrelease/devtools-release.tgz
82-
- name: warden-stemcell
81+
regexp: devtools-boshrelease/devtools-boshrelease-v(.*).tgz
8382
- name: warden-stemcell
8483
type: bosh-io-stemcell
8584
source:
@@ -99,7 +98,7 @@ resources:
9998
type: github-release
10099
source:
101100
<<: *github-release-source
102-
#drafts: true
101+
# drafts: true
103102
- name: set-pipeline
104103
type: concourse-pipeline
105104
source:

0 commit comments

Comments
 (0)