Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
pipeline.yaml: bump ci-pipeline-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
Őry, Máté authored and bonifaido committed May 7, 2019
1 parent 8c6e1c4 commit bc9ec59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .banzaicloud/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline:
create_cluster:
image: banzaicloud/ci-pipeline-client:0.8
image: banzaicloud/ci-pipeline-client:0.11
action: EnsureCluster

test:
Expand Down Expand Up @@ -44,7 +44,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.8
image: banzaicloud/ci-pipeline-client:0.11
action: InstallSecret
clusterSecret:
name: '{{ .CICD_REPO_NAME }}-mysql'
Expand All @@ -60,7 +60,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.8
image: banzaicloud/ci-pipeline-client:0.11
action: InstallSecret
clusterSecret:
name: '{{ .CICD_REPO_NAME }}-mysql'
Expand All @@ -74,7 +74,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.8
image: banzaicloud/ci-pipeline-client:0.11
action: EnsureDeployment
deployment:
name: './spotguide-spring-boot-1.0.0.tgz'
Expand Down

0 comments on commit bc9ec59

Please sign in to comment.