We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1403ec4 commit 2dfda03Copy full SHA for 2dfda03
.travis.yml
@@ -12,7 +12,7 @@ deploy:
12
- provider: script
13
skip_cleanup: true
14
script: >-
15
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin && curl -sL
+ echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin && git checkout -- . && curl -sL
16
https://git.io/goreleaser | bash
17
on:
18
tags: true
0 commit comments