Skip to content

Commit

Permalink
Merge pull request #1180 from Codeinwp/dependabot/composer/developmen…
Browse files Browse the repository at this point in the history
…t/codeinwp/themeisle-sdk-3.3.28

chore(deps): bump codeinwp/themeisle-sdk from 3.3.25 to 3.3.28
  • Loading branch information
vytisbulkevicius authored Aug 28, 2024
2 parents 2a84aa8 + 6e7948c commit 86526a5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bin/run-e2e-tests-gutenberg-datatable.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
docker-compose -f $DOCKER_FILE run --rm -u root cli bash -c "wp --allow-root plugin deactivate classic-editor"
docker compose -f $DOCKER_FILE run --rm -u root cli bash -c "wp --allow-root plugin deactivate classic-editor"



Expand Down
2 changes: 1 addition & 1 deletion bin/run-e2e-tests-gutenberg.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker-compose -f $DOCKER_FILE run --rm -u root cli bash -c "wp --allow-root plugin deactivate classic-editor"
docker compose -f $DOCKER_FILE run --rm -u root cli bash -c "wp --allow-root plugin deactivate classic-editor"
2 changes: 1 addition & 1 deletion bin/wp-down.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker-compose -f $DOCKER_FILE down
docker compose -f $DOCKER_FILE down
docker volume prune --force
9 changes: 3 additions & 6 deletions bin/wp-init.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#!/usr/bin/env bash

docker-compose -f $DOCKER_FILE up -d
docker compose -f $DOCKER_FILE up -d
# Wait for mysql container to be ready.
while docker-compose -f $DOCKER_FILE run --rm -u root cli wp --allow-root db check ; [ $? -ne 0 ]; do
while docker compose -f $DOCKER_FILE run --rm -u root cli wp --allow-root db check ; [ $? -ne 0 ]; do
echo "Waiting for db to be ready... "
sleep 1
done
# install WP
docker-compose -f $DOCKER_FILE run --rm -u root cli bash -c "/var/www/html/bin/cli-setup.sh"



docker compose -f $DOCKER_FILE run --rm -u root cli bash -c "/var/www/html/bin/cli-setup.sh"
12 changes: 6 additions & 6 deletions composer.lock

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

0 comments on commit 86526a5

Please sign in to comment.