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 a7aa357 commit 4dcc752Copy full SHA for 4dcc752
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}.dhall).pipeline" | buildkite-agent pipeline upload
+ dhall-to-yaml --quoted <<< "(./buildkite/src/Jobs/${JOB_PATH}/${JOB_NAME}.dhall).pipeline" | buildkite-agent pipeline upload
89
0 commit comments