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 670dc3b commit 7543901Copy full SHA for 7543901
graduated/codefresh-run/step.yaml
@@ -180,7 +180,7 @@ spec:
180
[[/* Multiline string is required to support usage of 'colon' (:) character in the string. For example in the pipeline name. */]]
181
[[/* Otherwise after template render there is a chance to have an object instead of a string. */]]
182
- >-
183
- export BUILD_ID=$([[ $cmd ]]); if [ -z "$BUILD_ID" ]; then exit 1; fi
+ export BUILD_ID=$([[ $cmd ]]); if [ -z "$BUILD_ID" ]; then exit 1; fi
184
- cf_export first_CF_OUTPUT_URL="${{CF_URL}}/build/$BUILD_ID"
185
- cf_export BUILD_ID
186
[[- if eq .Arguments.DETACH false ]]
0 commit comments