We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89ec37 commit 0e0e736Copy full SHA for 0e0e736
.circleci/src/pipeline/commands/trigger-publish-binary-pipeline.yml
@@ -67,7 +67,7 @@ steps:
67
fi
68
69
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)"
+ echo "Triggered pipeline: https://app.circleci.com/pipelines/github/cypress-io/cypress-publish-binary/$(jq -r '.number' ~/triggered_pipeline.json)"
71
- persist_to_workspace:
72
root: ~/
73
paths:
0 commit comments