Skip to content

Commit

Permalink
ci: lock woographql
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Dec 6, 2024
1 parent 0afa2ea commit e2fb043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ install_woocommerce() {
wp plugin activate woocommerce --allow-root

if ! $( wp plugin is-installed wp-graphql-woocommerce --allow-root ); then
wp plugin install https://github.com/wp-graphql/wp-graphql-woocommerce/archive/refs/heads/master.zip --allow-root
# TODO: revert to latest after WooGraphQL release issues in 0.21.1 are resolved.
wp plugin install https://github.com/wp-graphql/wp-graphql-woocommerce/releases/download/v0.21.0/wp-graphql-woocommerce.zip --allow-root

# Install composer deps
cd $WORDPRESS_ROOT_DIR/wp-content/plugins/wp-graphql-woocommerce
Expand Down

0 comments on commit e2fb043

Please sign in to comment.