mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 22:54:17 -05:00
Disable Remote Execution For Now (#283)
* Disable remote execution for now Will be addressed in #282 * fix typo * Update .travis.yml Former-commit-id: 5fc014164e759968db5193e1a07169283734f2bc [formerly d19ffd0ad589160d55b2303d92e9496f12fcd1ee] Former-commit-id: 87e1067efc929ac7ca46036ec6b600f4a11e4e91
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -42,11 +42,12 @@ matrix:
|
||||
./install.sh --user
|
||||
rm -f install.sh
|
||||
# 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;
|
||||
REMOTE_FLAGS=--config=remote;
|
||||
fi
|
||||
# TODO(#282): enable remote caching / execution
|
||||
#- 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;
|
||||
# REMOTE_FLAGS=--config=remote;
|
||||
# fi
|
||||
|
||||
install: true # Skip install go packages.
|
||||
|
||||
@@ -65,4 +66,4 @@ matrix:
|
||||
- bazel shutdown
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
email: false
|
||||
|
||||
Reference in New Issue
Block a user