Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graduated/codefresh-run/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ spec:
- export BUILD_ID=${{steps.first.output.BUILD_ID}}
[[- if eq .Arguments.FOLLOW_LOGS true ]]
- echo "Retrieving logs for build $BUILD_ID"
- codefresh logs -f --no-timestamps $BUILD_ID
- codefresh logs -f --no-timestamps $BUILD_ID &
[[- end ]]
- >-
codefresh wait --verbose $BUILD_ID --timeout [[(printf "%s" .Arguments.TIMEOUT_MINS)]]
Expand Down
Loading