Skip to content

Commit

Permalink
Merge pull request #876 from garden-io/fix-namespace-cleanup
Browse files Browse the repository at this point in the history
chore(ci): fix integ test cleanup
  • Loading branch information
edvald authored Jun 23, 2019
2 parents e2c0154 + c9a1e60 commit 2669646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
command: ./garden-service/bin/garden test integ-tests --root garden-service/test/integ --logger-type basic
- run:
name: Cleanup
command: kubectl delete --wait=false ns $(kubectl get ns -o name | grep $CIRCLE_BUILD_NUM) || true
command: kubectl delete --wait=false $(kubectl get ns -o name | grep $CIRCLE_BUILD_NUM) || true
when: always
build-dashboard:
<<: *node-config
Expand Down

0 comments on commit 2669646

Please sign in to comment.