Skip to content

Commit

Permalink
ci: adjust slug to match wp-product-info service route
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Feb 1, 2024
1 parent f0b8b79 commit 441967f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cd ~/project
mkdir build
ls -laR
curl -sL https://github.com/wpengine/wp-graphql-content-blocks/releases/latest/download/wp-graphql-content-blocks.zip > wp-graphql-content-blocks.zip
curl -sL https://github.com/wpengine/wp-graphql-content-blocks/releases/latest/download/wp-graphql-content-blocks.zip > <<parameters.slug>>.zip
unzip -o -d <<parameters.slug>> <<parameters.slug>>.zip
mv <<parameters.slug>>.zip build/
ls -laR
Expand Down Expand Up @@ -132,14 +132,14 @@ workflows:
# equal: [ "release", << pipeline.parameters.GHA_Event >> ]
jobs:
- plugin-unzip:
slug: wp-graphql-content-blocks
slug: wpgraphql-content-blocks
filename: wp-graphql-content-blocks.php
# Run this job on every commit/PR so the plugin is available as a build artifact
filters:
tags:
only: /.*/
- plugin-build-json:
slug: wp-graphql-content-blocks
slug: wpgraphql-content-blocks
requires:
- plugin-unzip
# Run this job on every commit/PR to make sure it's in working order prior to deploying
Expand All @@ -148,7 +148,7 @@ workflows:
only: /.*/
- plugin-deploy:
name: "plugin-deploy-staging"
slug: wp-graphql-content-blocks
slug: wpgraphql-content-blocks
requires:
- plugin-unzip
- plugin-build-json
Expand Down

0 comments on commit 441967f

Please sign in to comment.