Skip to content

Commit

Permalink
chore: Bump version of tekton to 0.9.1 for the circleci job
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard authored and metacosm committed Dec 16, 2019
1 parent ab97d4d commit fcecc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ commands:
- run:
name: Install tekton
command: |
TEKTON_VERSION=v0.5.2
kubectl apply -f https://storage.googleapis.com/tekton-releases/previous/${TEKTON_VERSION}/release.yaml
TEKTON_VERSION=v0.9.1
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/${TEKTON_VERSION}/release.yaml
install-dekorate-snapshot:
steps:
- run:
Expand Down

0 comments on commit fcecc65

Please sign in to comment.