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

Commit

Permalink
Merge pull request #1194 from alphagov/ris-cd-smoke-test-merge
Browse files Browse the repository at this point in the history
cd-smoke-test pipeline: merge build & deploy jobs
  • Loading branch information
risicle authored Oct 1, 2020
2 parents 145c01e + b495710 commit 15f563d
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
repository: ((canary.ImageRepositoryURI))

jobs:
- name: build
- name: build-deploy
serial: true
plan:
- get: timer
Expand All @@ -80,17 +80,6 @@ spec:
params:
image: image/image.tar
additional_tags: src/.git/short_ref

- name: deploy
serial: true
plan:
- get: src
passed: ["build"]
- get: ecr
passed: ["build"]
version: every
trigger: true

- task: generate-chart-values
config:
platform: linux
Expand Down

0 comments on commit 15f563d

Please sign in to comment.