Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Aug 9, 2024
1 parent 1febee6 commit 31cb142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
name: Trigger Netlify E2E image build and extract values
command: |
cat ./remlink.config.json
output=$(netlify-e2e build-image ./remlink.config.json)
output=$(npx netlify-e2e build-image ./remlink.config.json)
pipelineId=$(echo $output | jq -r '.pipelineId')
testImageTag=$(echo $output | jq -r '.tag')
workingDir="node_modules/@netlify/e2e"
Expand Down

0 comments on commit 31cb142

Please sign in to comment.