Try to make TravisCI not fail on deployment of Docker stage

This commit is contained in:
Vidar Holen 2020-03-15 12:54:54 -07:00
parent a57f6d2886
commit acee69676b
1 changed files with 1 additions and 0 deletions

View File

@ -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"