1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-11 14:39:28 +02:00

chore: push snap packages

This commit is contained in:
Carlos Alexandro Becker 2018-10-20 16:36:35 -03:00 committed by Carlos Alexandro Becker
parent 94183d4f49
commit a9bae8d5d3
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ vendor
coverage.txt
goreleaser
debug.test
snap.login

View File

@ -11,6 +11,8 @@ addons:
- snapd
env:
- PATH=/snap/bin:$PATH
before_install:
- openssl aes-256-cbc -K $encrypted_a30d538a5078_key -iv $encrypted_a30d538a5078_iv -in snap.login.enc -out snap.login -d
install:
- make setup
- npm install -g prettier
@ -23,6 +25,7 @@ after_success:
- make static
- test -z "$(git status --porcelain)"
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login
deploy:
- deploy:
provider: pages

BIN
snap.login.enc Normal file

Binary file not shown.