Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Jul 25, 2024
1 parent f1a0515 commit 7a71765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- run:
name: Transform Formula Template
command: |
git config user.email "$GH_EMAIL"
git config user.name "$GH_NAME"
export WEBHOOK_VERSION=$("<< pipeline.trigger_parameters.webhook.body >>" | jq .version)
echo "Apply requested context to template:"
Expand All @@ -28,9 +31,6 @@ jobs:
liquidjs --template @./Templates/parra-cli.rb.liquid --context '<< pipeline.trigger_parameters.webhook.body >>' --output ./Formula/parra-cli.rb
cat ./Formula/parra-cli.rb
git config user.email "$GH_EMAIL"
git config user.name "$GH_NAME"
git add --all
git commit -m "Parra CLI version $WEBHOOK_VERSION"
Expand Down

0 comments on commit 7a71765

Please sign in to comment.