forked from mystiq/dex
travis: Quote cwd build-docker-push script
This commit is contained in:
parent
6b4aa88306
commit
4b9afb84d6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ script:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: build-docker-push
|
script: "./build-docker-push"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in a new issue