Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
fix: re-enable docker delete
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Dec 31, 2020
1 parent 1b4b65e commit f778e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
after_script:
- make delete || echo "Trying to delete helm chart"
- |
[[ "$TRAVIS_PULL_REQUEST" == "true" ]] && echo make docker-delete-all
[[ "$TRAVIS_PULL_REQUEST" == "true" ]] && make docker-delete-all
script: |
(
set -e
Expand Down

0 comments on commit f778e1b

Please sign in to comment.