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 a3131fb commit 0f91851
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
- run:
name: Transform Formula Template
command: |
export WEBHOOK_VERSION=("<< pipeline.trigger_parameters.webhook.body >>" | jq .version)
export WEBHOOK_ARM_SHA=("<< pipeline.trigger_parameters.webhook.body >>" | jq .arm_sha)
export WEBHOOK_X86_SHA=("<< pipeline.trigger_parameters.webhook.body >>" | jq .x86_sha)
export WEBHOOK_DESCRIPTION=("<< pipeline.trigger_parameters.webhook.body >>" | jq .description)
export WEBHOOK_VERSION=$("<< pipeline.trigger_parameters.webhook.body >>" | jq .version)
echo "Apply requested context to template:"
echo "<< pipeline.trigger_parameters.webhook.body >>"
Expand Down

0 comments on commit 0f91851

Please sign in to comment.