Skip to content

Commit

Permalink
template: seek-jobs/gantry v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 27, 2021
1 parent 2c075fc commit df068d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions template/express-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- seek-jobs/gantry#v1.5.1:
- seek-jobs/gantry#v1.5.2:
command: build
file: gantry.build.yml
region: <%- region %>
Expand All @@ -83,7 +83,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- devGantryEnvironmentName %>
key: deploy-dev
plugins:
- seek-jobs/gantry#v1.5.1:
- seek-jobs/gantry#v1.5.2:
command: apply
environment: <%- devGantryEnvironmentName %>
file: gantry.apply.yml
Expand All @@ -99,7 +99,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %>
depends_on: deploy-dev
plugins:
- seek-jobs/gantry#v1.5.1:
- seek-jobs/gantry#v1.5.2:
command: apply
environment: <%- prodGantryEnvironmentName %>
file: gantry.apply.yml
Expand Down
6 changes: 3 additions & 3 deletions template/koa-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ steps:
- *aws-sm
- *private-npm
- *docker-ecr-cache
- seek-jobs/gantry#v1.5.1:
- seek-jobs/gantry#v1.5.2:
command: build
file: gantry.build.yml
region: <%- region %>
Expand All @@ -83,7 +83,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- devGantryEnvironmentName %>
key: deploy-dev
plugins:
- seek-jobs/gantry#v1.5.1:
- seek-jobs/gantry#v1.5.2:
command: apply
environment: <%- devGantryEnvironmentName %>
file: gantry.apply.yml
Expand All @@ -99,7 +99,7 @@ steps:
concurrency_group: <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %>
depends_on: deploy-dev
plugins:
- seek-jobs/gantry#v1.5.1:
- seek-jobs/gantry#v1.5.2:
command: apply
environment: <%- prodGantryEnvironmentName %>
file: gantry.apply.yml
Expand Down

0 comments on commit df068d3

Please sign in to comment.