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

Commit

Permalink
Fix the integration test. (#444)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chingor13 authored May 29, 2018
1 parent 938491a commit edbeeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapps/integration/test.yaml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- name: '${STAGING_BUILDER_IMAGE}'
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']
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']
- name: 'gcr.io/cloud-builders/docker:latest'
args: ['build', '-t', '$_OUTPUT_IMAGE', '.']
images:
Expand Down

0 comments on commit edbeeb1

Please sign in to comment.