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 bde231a commit 3ec97fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ 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 @@ -40,10 +37,15 @@ jobs:
cat ./Formula/parra-cli.rb
git config credential.helper 'cache --timeout=120'
git config user.email "$GH_EMAIL"
git config user.name "$GH_NAME"
git add --all
git commit -m "Parra CLI version $WEBHOOK_VERSION"
git push [email protected]:Parra-Inc/tap.git main
# Quiet push so key isn't shown in logs
git push -q [email protected]:Parra-Inc/tap.git main
workflows:
update-cli-formula-workflow:
Expand Down

0 comments on commit 3ec97fe

Please sign in to comment.