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 65175e2 commit d4480e3Copy full SHA for d4480e3
graduated/codefresh-run/step.yaml
@@ -248,7 +248,7 @@ spec:
248
- export BUILD_ID=${{steps.first.output.BUILD_ID}}
249
[[- if eq .Arguments.FOLLOW_LOGS true ]]
250
- echo "Retrieving logs for build $BUILD_ID"
251
- - codefresh logs -f --no-timestamps $BUILD_ID
+ - codefresh logs -f --no-timestamps $BUILD_ID &
252
[[- end ]]
253
- >-
254
codefresh wait --verbose $BUILD_ID --timeout [[(printf "%s" .Arguments.TIMEOUT_MINS)]]
0 commit comments