Skip to content

Commit b536703

Browse files
chore: fix link to publish-binary job (#32949)
Co-authored-by: Cacie Prins <[email protected]>
1 parent 55b18d9 commit b536703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/src/pipeline/commands/trigger-publish-binary-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ steps:
6767
fi
6868
6969
echo "Pipeline saved to triggered_pipeline.json"
70-
echo "Triggered pipeline: https://app.circleci.com/pipelines/github/cypress-io/cypress-publish-binary/$(jq -r '.number' triggered_pipeline.json)"
70+
echo "Triggered pipeline: https://app.circleci.com/pipelines/github/cypress-io/cypress-publish-binary/$(jq -r '.number' ~/triggered_pipeline.json)"
7171
- persist_to_workspace:
7272
root: ~/
7373
paths:

0 commit comments

Comments
 (0)