Merge pull request #283 from coreos/quote-build-docker-push
travis: quote cwd build-docker-push script
This commit is contained in:
commit
849f737095
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ script:
|
|||
|
||||
deploy:
|
||||
provider: script
|
||||
script: build-docker-push
|
||||
script: "./build-docker-push"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
|
Reference in a new issue