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 ebc6743 commit e623adaCopy full SHA for e623ada
buildkite/scripts/monorepo.sh
@@ -214,7 +214,8 @@ find "$JOBS" -type f -name "*.yml" | while read -r file; do
214
else
215
job_path=$(yq -r .spec.path "$file")
216
217
- dhall-to-yaml --quoted <<< "(./buildkite/src/Jobs/$job_path/$job_name.dhall).pipeline"
+ dhall-to-yaml --quoted <<< "(./buildkite/src/Jobs/$job_path/$job_name.dhall).pipeline" | buildkite-agent pipeline upload
218
+ printf " -> ✅ Uploaded job: %s\n" "$job_name"
219
fi
220
221
done
0 commit comments