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 037b835 commit d6e4aa4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,10 @@ jobs:
name: Test
command: |
echo "<< pipeline.trigger_parameters >>"
# - run:
# name: Transform Formula Template
# environment: |
# WEBHOOK_VERSION: << pipeline.trigger_parameters.webhook.body >> | jq .version
# WEBHOOK_ARM_SHA: << pipeline.trigger_parameters.webhook.body >> | jq .arm_sha
# WEBHOOK_X86_SHA: << pipeline.trigger_parameters.webhook.body >> | jq .x86_sha
# WEBHOOK_DESCRIPTION: << pipeline.trigger_parameters.webhook.body >> | jq .description
# command: |
# echo "Apply requested context to template:\n"
# echo "<< pipeline.trigger_parameters.webhook.body >>"

# liquidjs --template @./Templates/parra-cli.rb.liquid --context '<< pipeline.trigger_parameters.webhook.body >>' --output ./Formula/parra-cli.rb
# Orchestrate jobs using workflows
# See: https://circleci.com/docs/workflows/ & https://circleci.com/docs/configuration-reference/#workflows
workflows:
update-cli-formula-workflow:
# when: << pipeline.trigger_parameters.webhook >>
jobs:
- update-cli-formula

0 comments on commit d6e4aa4

Please sign in to comment.