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 cd7b6d1 commit 1403ec4Copy full SHA for 1403ec4
.travis.yml
@@ -11,8 +11,8 @@ script:
11
deploy:
12
- provider: script
13
skip_cleanup: true
14
- script: |
15
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin &&
16
- curl -sL https://git.io/goreleaser | bash
+ script: >-
+ echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin && curl -sL
+ https://git.io/goreleaser | bash
17
on:
18
tags: true
0 commit comments