Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Fix image name for jenkins build. (#252)
Browse files Browse the repository at this point in the history
* Fix image name for jenkins build.

* We shouldn't need to retag the test image to the production namespace
  • Loading branch information
chingor13 authored Apr 13, 2017
1 parent 6923873 commit 97a29e4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/jenkins_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,4 @@ gcloud info
scripts/install_test_dependencies.sh
scripts/run_test_suite.sh

# Push the image to production namespace with timestamped tag.

unset CLOUDSDK_ACTIVE_CONFIG_NAME

IMAGE_NAME="gcr.io/${GOOGLE_PROJECT_ID}/php-nginx:${TAG}"

PROD_IMAGE_NAME="gcr.io/${PRODUCTION_DOCKER_NAMESPACE}/php:${TAG}"

gcloud -q beta container images add-tag "${IMAGE_NAME}" "${PROD_IMAGE_NAME}"

0 comments on commit 97a29e4

Please sign in to comment.