Skip to content

Commit

Permalink
Manual pull/push investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Dec 1, 2018
1 parent 0309015 commit a009496
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions test/e2e_test_gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,25 +234,7 @@ spec:
container:
image: gcr.io/ml-pipeline-test/image-builder:v20181128-0.1.3-rc.1-109-ga5a14dc-e3b0c4
imagePullPolicy: 'Always'
command:
- sh
- -xc
- |
sleep 60
if [ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" ]; then
gcloud auth activate-service-account --key-file="${GOOGLE_APPLICATION_CREDENTIALS}"
fi
gcloud auth configure-docker
docker pull gcr.io/ml-pipeline-test/selenium-standalone-chrome-nodejs:v20181109-0.1.1-56-gb190e72-dirty-28e8ac && "$0" "$@"
- /build.sh
- "--image-build-context-gcs-uri"
- "{{inputs.parameters.image-build-context-gcs-uri}}"
- "--docker_path"
- "{{inputs.parameters.docker-path}}"
- "--docker_file"
- "{{inputs.parameters.docker-file}}"
- "--image_name"
- "{{inputs.parameters.image-name}}"
command: "sleep 7200"
env:
- name: DOCKER_HOST
value: 127.0.0.1
Expand Down

0 comments on commit a009496

Please sign in to comment.