Skip to content

Commit

Permalink
chore(ci): fix integ test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jun 23, 2019
1 parent e2c0154 commit c9a1e60
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 c9a1e60

Please sign in to comment.