Skip to content

Commit

Permalink
fix: checkout repo before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Aug 2, 2019
1 parent 3c596b6 commit 02336e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ workflows:
requires:
- build-and-push-docker
deployments:
- checkout
- create-deployment:
cluster: dev-fss
config_path: .nais/config-dev.json
Expand All @@ -113,6 +114,7 @@ workflows:
requires:
- build-and-push-docker
deployments:
- checkout
- create-deployment:
cluster: dev-fss
config_path: .nais/config-dev.json

0 comments on commit 02336e2

Please sign in to comment.