mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
fix travis (#239)
Former-commit-id: 898c0ae1194d1f17811086d8ef5f68f15b478184 [formerly 97babbfad351e385c24c59a50d0a3d42dc7717c5] Former-commit-id: ee689e2c8a8a246df40fdc14dfceb6ca2b5b2a5f
This commit is contained in:
parent
136a630809
commit
20e9af4532
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user