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 d562945 commit a7aa357Copy full SHA for a7aa357
buildkite/scripts/monorepo.sh
@@ -85,5 +85,5 @@ else
85
fi
86
87
if [[ "$should_trigger" == "true" ]]; then
88
- dhall-to-yaml --quoted <<< "(../src/Jobs/${JOB_PATH}/${JOB_NAME}).pipeline" | buildkite-agent pipeline upload
+ dhall-to-yaml --quoted <<< "(../src/Jobs/${JOB_PATH}/${JOB_NAME}.dhall).pipeline" | buildkite-agent pipeline upload
89
0 commit comments