Skip to content

Commit

Permalink
ci: use docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Feb 15, 2025
1 parent 83cf98d commit c3254c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ case "$subcommand" in
export APACHE_RUN_GROUP=$(id -g)
echo "APACHE RUN USER ${APACHE_RUN_USER} ${APACHE_RUN_GROUP}"

docker-compose run --rm \
docker compose run --rm \
-e COVERAGE=${COVERAGE-} \
-e USING_XDEBUG=${USING_XDEBUG-} \
-e DEBUG=${DEBUG-} \
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/hsimah-services/wp-graphql-facetwp/issues",
"forum": "https://github.com/hsimah-services/wp-graphql-facetwp/discussions",
"source": "https://github.com/hsimah-services/wp-graphql-facetwp"
"issues": "https://github.com/AxeWP/wp-graphql-facetwp/issues",
"forum": "https://github.com/AxeWP/wp-graphql-facetwp/discussions",
"source": "https://github.com/AxeWP/wp-graphql-facetwp"
},
"readme": "README.md",
"funding": [
Expand Down Expand Up @@ -103,7 +103,7 @@
"install-stan-env": "bash bin/install-stan-env.sh",
"docker-build": "bash bin/run-docker.sh build",
"docker-run": "bash bin/run-docker.sh run",
"docker-destroy": "docker-compose down",
"docker-destroy": "docker compose down",
"build-and-run": [
"@docker-build",
"@docker-run"
Expand Down

0 comments on commit c3254c2

Please sign in to comment.