Skip to content

Commit

Permalink
Try to make TravisCI not fail on deployment of Docker stage
Browse files Browse the repository at this point in the history
  • Loading branch information
koalaman committed Mar 15, 2020
1 parent a57f6d2 commit acee696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
script:
- source ./.multi_arch_docker
- set -ex; multi_arch_docker::main; set +x
- mkdir deploy

before_install: |
DOCKER_BASE="$DOCKER_USERNAME/shellcheck"
Expand Down

0 comments on commit acee696

Please sign in to comment.