Skip to content

Commit

Permalink
Merge pull request #118 from screwdriver-cd/tkyi-patch-1
Browse files Browse the repository at this point in the history
fix: Use git-latest to get DOCKER_TAG
  • Loading branch information
petey authored Oct 12, 2017
2 parents 64afeec + 2b16eb1 commit 68d6b75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ jobs:
- K8S_TOKEN
steps:
- setup-ci: git clone https://github.com/screwdriver-cd/toolbox.git ci
- wait-docker: DOCKER_TAG=`git describe --abbrev=0 --tags` ./ci/docker-wait.sh
- deploy-k8s: K8S_TAG=`git describe --abbrev=0 --tags` ./ci/k8s-deploy.sh
- get-tag: ./ci/git-latest.sh
- wait-docker: DOCKER_TAG=`cat VERSION` ./ci/docker-wait.sh
- deploy-k8s: K8S_TAG=`cat VERSION` ./ci/k8s-deploy.sh

0 comments on commit 68d6b75

Please sign in to comment.