Skip to content

Commit

Permalink
Merge pull request #169 from wptide/phpcompat-schema
Browse files Browse the repository at this point in the history
Update PHP Compatibility schema
  • Loading branch information
valendesigns committed Feb 16, 2019
2 parents 51bd277 + 304ca69 commit 2323f3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/lighthouse-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lighthouse.creds:

# Generate the Lighthouse Server GKE YAML template.
lighthouse.tpl:
@docker-compose run --rm tpl \
@docker-compose run -e GCR_LH_IMAGE_TAG=${GCR_LH_IMAGE_TAG} --rm tpl \
-t=/srv/service/lighthouse-server/kubernetes/deployment.tpl \
-d=/srv/data/lighthouse-server/deployment.yaml \
&& cp \
Expand Down
2 changes: 1 addition & 1 deletion service/phpcs-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ phpcs.creds:

# Generate the PHPCS Server GKE YAML template.
phpcs.tpl:
@docker-compose run --rm tpl \
@docker-compose run -e GCR_PHPCS_IMAGE_TAG=${GCR_PHPCS_IMAGE_TAG} --rm tpl \
-t=/srv/service/phpcs-server/kubernetes/deployment.tpl \
-d=/srv/data/phpcs-server/deployment.yaml \
&& cp \
Expand Down
2 changes: 1 addition & 1 deletion service/sync-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sync.creds:

# Generate the Sync Server GKE YAML template.
sync.tpl:
@docker-compose run --rm tpl \
@docker-compose run -e GCR_SYNC_IMAGE_TAG=${GCR_SYNC_IMAGE_TAG} --rm tpl \
-t=/srv/service/sync-server/kubernetes/deployment.tpl \
-d=/srv/data/sync-server/deployment.yaml \
&& cp \
Expand Down

0 comments on commit 2323f3f

Please sign in to comment.