Skip to content

Commit 7543901

Browse files
fix
1 parent 670dc3b commit 7543901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graduated/codefresh-run/step.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
[[/* Multiline string is required to support usage of 'colon' (:) character in the string. For example in the pipeline name. */]]
181181
[[/* Otherwise after template render there is a chance to have an object instead of a string. */]]
182182
- >-
183-
export BUILD_ID=$([[ $cmd ]]); if [ -z "$BUILD_ID" ]; then exit 1; fi
183+
export BUILD_ID=$([[ $cmd ]]); if [ -z "$BUILD_ID" ]; then exit 1; fi
184184
- cf_export first_CF_OUTPUT_URL="${{CF_URL}}/build/$BUILD_ID"
185185
- cf_export BUILD_ID
186186
[[- if eq .Arguments.DETACH false ]]

0 commit comments

Comments
 (0)