mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-05-12 18:21:34 +00:00
Print lines of deploy script
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set +x
|
||||
|
||||
if [[ -z "$TRAVIS" ]]; then
|
||||
echo "This script is intended to be run only on Travis." >&2
|
||||
exit 1
|
||||
@@ -45,9 +47,9 @@ if [[ "$TRAVIS_TAG" == "$HIGHEST" ]]; then
|
||||
TAG_LATEST=true
|
||||
fi
|
||||
openssl aes-256-cbc -K $encrypted_f58ab4413c21_key -iv $encrypted_f58ab4413c21_iv -in nolanb-vmware-55ce4993acec.json.enc -out nolanb-vmware-55ce4993acec.json -d
|
||||
gcloud auth activate-service-account --key-file nolanb-vmware-55ce4993acec.json
|
||||
#openssl aes-256-cbc -K $encrypted_f58ab4413c21_key -iv $encrypted_f58ab4413c21_iv -in heptio-images-fac92d2303ac.json.enc -out heptio-images-fac92d2303ac.json -d
|
||||
#gcloud auth activate-service-account --key-file heptio-images-fac92d2303ac.json
|
||||
gcloud auth activate-service-account --key-file nolanb-vmware-55ce4993acec.json
|
||||
unset GIT_HTTP_USER_AGENT
|
||||
mkdir -p /home/travis/.docker
|
||||
touch /home/travis/.docker/config.json
|
||||
|
||||
Reference in New Issue
Block a user