Skip to content

Commit

Permalink
git
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Jul 25, 2024
1 parent 19e9376 commit a3131fb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,18 @@ jobs:
export WEBHOOK_X86_SHA=("<< pipeline.trigger_parameters.webhook.body >>" | jq .x86_sha)
export WEBHOOK_DESCRIPTION=("<< pipeline.trigger_parameters.webhook.body >>" | jq .description)
echo "Apply requested context to template:\n"
echo "Apply requested context to template:"
echo "<< pipeline.trigger_parameters.webhook.body >>"
liquidjs --template @./Templates/parra-cli.rb.liquid --context '<< pipeline.trigger_parameters.webhook.body >>' --output ./Formula/parra-cli.rb
echo "woooo! \n"
cat ./Formula/parra-cli.rb
git add --all
git commit -m "Parra CLI version $WEBHOOK_VERSION"
git push
workflows:
update-cli-formula-workflow:
jobs:
- update-cli-formula:
filters:
branches:
# Don't run for any branch. Just from webhooks.
ignore:
- /.*/
- update-cli-formula

0 comments on commit a3131fb

Please sign in to comment.