Skip to content

Commit

Permalink
create-deployer: pin expunge vagrant paas-cf ver.
Browse files Browse the repository at this point in the history
Use the same paas-cf version as was used in vpc terraform step.
This is because expunge vagrant step is directly related to vpc step,
as it is just removing vagrant IP address from SGs, which was added
there in the vpc job.
  • Loading branch information
mtekel committed Feb 24, 2016
1 parent 274c9e0 commit 22b462d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concourse/pipelines/create-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ jobs:
serial: true
plan:
- get: paas-cf
passed: [vpc]
- get: build-all-trigger
trigger: true
passed: [concourse-deploy]
Expand Down

0 comments on commit 22b462d

Please sign in to comment.