Skip to content

Commit e623ada

Browse files
committed
add pipeline upload
1 parent ebc6743 commit e623ada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildkite/scripts/monorepo.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ find "$JOBS" -type f -name "*.yml" | while read -r file; do
214214
else
215215
job_path=$(yq -r .spec.path "$file")
216216

217-
dhall-to-yaml --quoted <<< "(./buildkite/src/Jobs/$job_path/$job_name.dhall).pipeline"
217+
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"
218219
fi
219220

220221
done

0 commit comments

Comments
 (0)