Skip to content

Commit d4480e3

Browse files
committed
feat: run logs retrieval in background
1 parent 65175e2 commit d4480e3

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
@@ -248,7 +248,7 @@ spec:
248248
- export BUILD_ID=${{steps.first.output.BUILD_ID}}
249249
[[- if eq .Arguments.FOLLOW_LOGS true ]]
250250
- echo "Retrieving logs for build $BUILD_ID"
251-
- codefresh logs -f --no-timestamps $BUILD_ID
251+
- codefresh logs -f --no-timestamps $BUILD_ID &
252252
[[- end ]]
253253
- >-
254254
codefresh wait --verbose $BUILD_ID --timeout [[(printf "%s" .Arguments.TIMEOUT_MINS)]]

0 commit comments

Comments
 (0)