Skip to content

Commit

Permalink
gcloud docker images now is based on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Iglesias committed Jun 21, 2017
1 parent dc6e3d0 commit 9b59914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions tests/tasks/deploy-sample-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ run:
cat > service_account.json <<EOF
$service_account_json
EOF
# Initialize gcloud
apk add --update git openssl
echo y | gcloud components install kubectl
apt-get install -y git openssl
gcloud auth activate-service-account --key-file=service_account.json
gcloud config set project $project_id
gcloud config set compute/zone $zone
Expand All @@ -31,4 +29,4 @@ run:
# Setup email
echo "CD on K8s: Failed to deploy sample-app" > ../email/subject-failed
./tests/scripts/deploy-sample-app.sh
./tests/scripts/deploy-sample-app.sh && ./tests/scripts/cleanup.sh
4 changes: 1 addition & 3 deletions tests/tasks/install-jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ run:
cat > service_account.json <<EOF
$service_account_json
EOF
# Initialize gcloud
apk add --update git openssl
echo y | gcloud components install kubectl
apt-get install -y git openssl
gcloud auth activate-service-account --key-file=service_account.json
gcloud config set project $project_id
gcloud config set compute/zone $zone
Expand Down

0 comments on commit 9b59914

Please sign in to comment.