mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
fix travis (#239)
Former-commit-id: 898c0ae1194d1f17811086d8ef5f68f15b478184 [formerly 97babbfad351e385c24c59a50d0a3d42dc7717c5] Former-commit-id: ee689e2c8a8a246df40fdc14dfceb6ca2b5b2a5f
This commit is contained in:
@@ -41,9 +41,9 @@ matrix:
|
||||
chmod +x install.sh
|
||||
./install.sh --user
|
||||
rm -f install.sh
|
||||
# Decrypt service account
|
||||
- openssl aes-256-cbc -K $encrypted_64ca747eb448_key -iv $encrypted_64ca747eb448_iv
|
||||
-in service-account.json.enc -out /tmp/service-account.json -d
|
||||
# Decrypt service account (only works on prysmaticlabs branches)
|
||||
- if [[ $encrypted_64ca747eb448_iv ]]; then openssl aes-256-cbc -K $encrypted_64ca747eb448_key -iv $encrypted_64ca747eb448_iv
|
||||
-in service-account.json.enc -out /tmp/service-account.json -d; fi
|
||||
|
||||
install: true # Skip install go packages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user