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

Commit edbeeb1

Browse files
authored
Fix the integration test. (#444)
The integration test uses a custom build pipeline. The build pipeline now has extra arguments for the ubuntu image so we must provide them here.
1 parent 938491a commit edbeeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapps/integration/test.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
22
- name: '${STAGING_BUILDER_IMAGE}'
3-
args: ['--php72-image', 'gcr.io/google-appengine/php72:staging', '--php71-image', 'gcr.io/google-appengine/php71:staging', '--php70-image', 'gcr.io/google-appengine/php70:staging', '--php56-image', 'gcr.io/google-appengine/php56:staging']
3+
args: ['--php72-image', 'gcr.io/google-appengine/php72:staging', '--php71-image', 'gcr.io/google-appengine/php71:staging', '--php70-image', 'gcr.io/google-appengine/php70:staging', '--php56-image', 'gcr.io/google-appengine/php56:staging', '--ubuntu-php72-image', 'gcr.io/google-appengine/ubuntu-php72:staging', '--ubuntu-php71-image', 'gcr.io/google-appengine/ubuntu-php71:staging', '--ubuntu-php70-image', 'gcr.io/google-appengine/ubuntu-php70:staging', '--ubuntu-php56-image', 'gcr.io/google-appengine/ubuntu-php56:staging']
44
- name: 'gcr.io/cloud-builders/docker:latest'
55
args: ['build', '-t', '$_OUTPUT_IMAGE', '.']
66
images:

0 commit comments

Comments
 (0)