Skip to content

Commit

Permalink
Add debug ls command
Browse files Browse the repository at this point in the history
  • Loading branch information
droazen committed Nov 19, 2020
1 parent e1c5930 commit 45065f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/travis/install_and_authenticate_to_gcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
export BOTO_CONFIG=/dev/null; # see for more information https://github.com/broadinstitute/gatk/pull/3350
openssl aes-256-cbc -K $encrypted_703d76169d63_key -iv $encrypted_703d76169d63_iv -in resources_for_CI/servicekey.json.enc -out servicekey.json -d;
scripts/travis/install_gcloud.sh;
ls -Rl $GCLOUD_HOME/gcloud;
$GCLOUD_HOME/gcloud components update --quiet;
if [[ $TEST_TYPE == cloud ]]; then
$GCLOUD_HOME/gcloud components install beta --quiet;
Expand Down

0 comments on commit 45065f3

Please sign in to comment.