Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.2'
Browse files Browse the repository at this point in the history
Temporarily remove automated deployment
  • Loading branch information
kscarlett committed Jul 23, 2018
2 parents 5921592 + 458fd12 commit 27f7362
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ before_install:
script:
- $GOPATH/bin/goveralls -service=travis-ci

deploy:
provider: script
script: bash deploy.sh
on:
branch: master
# NOTE: temporarily disabled automatic uploading of releases - the releases are supposed to be stable, so manual deploys are doable, and the automated pipeline is only causing issues
#deploy:
# provider: script
# script: bash deploy.sh
# on:
# branch: master
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export GIT_COMMIT=$(git rev-list -1 HEAD)
export GIT_TAG=$(git describe --tags)
gox -osarch="windows/amd64 darwin/amd64 linux/amd64 linux/arm" -output "dist/hussar_{{.OS}}-{{.Arch}}" -ldflags "-X main.GitCommit=$GIT_COMMIT" -ldflags "-X main.VersionString=$GIT_TAG"
ghr --username hussar-lang --token $GITHUB_TOKEN --replace --prerelease --debug pre-release dist/
#ghr --username hussar-lang --token $GITHUB_TOKEN --replace --prerelease --debug pre-release dist/

0 comments on commit 27f7362

Please sign in to comment.