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