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

Commit

Permalink
Temporary disable the structure test on php72-custom
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Dec 4, 2017
1 parent 2a007ea commit 4724238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ steps:
dir: testapps/php72_custom
waitFor: ['php-onbuild']
id: php72-custom-build
- name: gcr.io/gcp-runtimes/structure_test
args: ['-i', 'gcr.io/${_GOOGLE_PROJECT_ID}/php72-custom:$_TAG', '--config', 'php72.yaml', '-v']
waitFor: ['php72-custom-build']
# - name: gcr.io/gcp-runtimes/structure_test
# args: ['-i', 'gcr.io/${_GOOGLE_PROJECT_ID}/php72-custom:$_TAG', '--config', 'php72.yaml', '-v']
# waitFor: ['php72-custom-build']
- name: gcr.io/cloud-builders/docker
args: ['run', '--net=nw_$_TAG', '--name=php72-custom', '-d', 'gcr.io/${_GOOGLE_PROJECT_ID}/php72-custom:$_TAG']
waitFor: ['php72-custom-build', 'test-network']
Expand Down

0 comments on commit 4724238

Please sign in to comment.