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

Commit

Permalink
Added a missing composer entry for specifying the PHP version (#244)
Browse files Browse the repository at this point in the history
* Added a missing composer entry for specifying the PHP version

* Added a timeout for gcloud container builds
  • Loading branch information
Takashi Matsuo authored Apr 10, 2017
1 parent 2b841e2 commit 4999cd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ build_image () {
fi
envsubst < "${SRC_DIR}/cloudbuild.yaml.in" > "${SRC_DIR}/cloudbuild.test.yaml"
gcloud -q container builds submit "${SRC_DIR}" \
--config "${SRC_DIR}"/cloudbuild.test.yaml
--config "${SRC_DIR}"/cloudbuild.test.yaml --timeout 3600
}

build_image php-nginx php-nginx
Expand Down
3 changes: 3 additions & 0 deletions testapps/php56_custom_configs/composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"require": {
"php": "^5.6"
},
"require-dev": {
"guzzlehttp/guzzle": "~6.0",
"symfony/browser-kit": "~2"
Expand Down

0 comments on commit 4999cd2

Please sign in to comment.