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 7a71765 commit 3af3630
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@ jobs:

steps:
- checkout
- add_ssh_keys:
fingerprints:
- "SHA256:YqMJCA/aAJSLDZXC4ZJ0bhSIQfHo1dNtSYOj/pXBdrI"
- "SHA256:QZzH4mh9xO+ArIdKO+hiIYq54i5itfQN2PdZlvV+yok"

- jq/install

- node/install:
node-version: '21.4'

- run:
name: Install Liquid
command: npm install liquidjs -g

- run:
name: Transform Formula Template
command: |
Expand All @@ -35,7 +43,7 @@ jobs:
git add --all
git commit -m "Parra CLI version $WEBHOOK_VERSION"
git push -q https://${TAPS_REPO_ACCESS_TOKEN}@github.com/Parra-Inc/tap.git main
git push -q git@github.com:Parra-Inc/tap.git main
workflows:
update-cli-formula-workflow:
Expand Down

0 comments on commit 3af3630

Please sign in to comment.