Skip to content

Commit

Permalink
yaml is yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Jul 16, 2019
1 parent 6f85ae2 commit 759238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_deploy:
deploy:
- provider: script
skip_cleanup: true
script: |-
script: |
curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish --rm-dist && \
docker push "${FULL_IMAGE}:latest" && \
docker push "${FULL_IMAGE}-amd64:latest" && \
Expand Down

0 comments on commit 759238b

Please sign in to comment.