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:
parent
94183d4f49
commit
a9bae8d5d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ vendor
|
||||
coverage.txt
|
||||
goreleaser
|
||||
debug.test
|
||||
snap.login
|
||||
|
@ -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
BIN
snap.login.enc
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user