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 26dfa98 commit f38db43Copy full SHA for f38db43
.buildkite/scripts/upload_models_and_features.sh
@@ -81,5 +81,5 @@ if [[ "${#pipeline_steps[@]}" -gt 0 ]]; then
81
echo -e "${final_pipeline_yaml}" | buildkite-agent pipeline upload
82
else
83
echo "--- No .yml files found, no new Pipeline Steps to upload."
84
- buildkite-agent step update --state "passed"
+ exit 0
85
fi
0 commit comments