Skip to content

Commit

Permalink
(chore): update snap.login
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Aug 7, 2020
1 parent 0b125d3 commit b4abcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
language: go
go:
- "1.14.x"

- 1.14.x
addons:
apt:
packages:
# needed for the nfpm pipe:
- rpm
# needed for the snap pipe:
- snapd

env:
# needed for the snap pipe:
- PATH=/snap/bin:$PATH

before_install:
- if [ ! -z $TRAVIS_TAG ]; then openssl aes-256-cbc -K $encrypted_c7b8c1fd25b9_key -iv $encrypted_c7b8c1fd25b9_iv -in snap.login.enc -out snap.login -d; fi

Expand All @@ -30,4 +24,4 @@ jobs:
- make release tag=${TRAVIS_TAG:-Unreleased}
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
condition: "$TRAVIS_OS_NAME = linux"
Binary file modified snap.login.enc
Binary file not shown.

0 comments on commit b4abcc2

Please sign in to comment.