fix build script

This commit is contained in:
davidnewhall2 2019-12-03 02:33:00 -08:00
parent c03a08317a
commit d92feee33d
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ install:
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
- rvm install 2.0.0
- rvm 2.0.0 do gem install --no-document fpm
- rvm 2.0.0 gem install --no-document package_cloud
- rvm 2.0.0 do gem install --no-document package_cloud
before_script:
# Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive.
- openssl aes-256-cbc -K $encrypted_e3d3b4b2abab_key -iv $encrypted_e3d3b4b2abab_iv -in .secret-files.tar.enc -out .secret-files.tar -d
@ -43,6 +43,7 @@ script:
after_success:
# Display Release Folder
- ls -l release/
- scripts/package-deploy.sh
# Setup the ssh client so we can clone and push to the homebrew formula repo.
# You must put github_deploy_file into .secret_files.tar.enc
# This is an ssh key added to your homebrew forumla repo.