Skip to content

Commit

Permalink
chore: temporary removes deploy step as it does not seem to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Feb 27, 2020
1 parent cfb0ec5 commit a09ff99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ script:

before_deploy:
- docker login -u=${DOCKER_USERNAME} -p=${DOCKER_PASSWORD} ${DOCKER_REGISTRY}
- curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
# - curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh

deploy:
- provider: script
skip_cleanup: true
script: GORELEASER_RUNNER="./bin/goreleaser" GITHUB_TOKEN=${GITHUB_TOKEN} make release
on:
tags: true
condition: $PUBLISH = "true"
#deploy:
#- provider: script
# skip_cleanup: true
# script: GORELEASER_RUNNER="./bin/goreleaser" GITHUB_TOKEN=${GITHUB_TOKEN} make release
# on:
# tags: true
# condition: $PUBLISH = "true"

0 comments on commit a09ff99

Please sign in to comment.