Skip to content

Commit 3c46539

Browse files
committed
chore: fix link to publish-binary job
1 parent b89ec37 commit 3c46539

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)