Fix typo in travis script
This commit is contained in:
parent
cda4127551
commit
fb6bb484a4
|
|
@ -56,7 +56,7 @@ deploy:
|
|||
on:
|
||||
tags: true
|
||||
- provider: script
|
||||
script: bash docker_push.sh
|
||||
script: bash docker-push.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
Loading…
Reference in New Issue