Skip to content

Commit f38db43

Browse files
authored
Fix CI "upload tests for models & features" error (#786)
Signed-off-by: Chenyaaang <[email protected]>
1 parent 26dfa98 commit f38db43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/upload_models_and_features.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ if [[ "${#pipeline_steps[@]}" -gt 0 ]]; then
8181
echo -e "${final_pipeline_yaml}" | buildkite-agent pipeline upload
8282
else
8383
echo "--- No .yml files found, no new Pipeline Steps to upload."
84-
buildkite-agent step update --state "passed"
84+
exit 0
8585
fi

0 commit comments

Comments
 (0)