Skip to content

Commit a7aa357

Browse files
committed
fix path again
1 parent d562945 commit a7aa357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/scripts/monorepo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ else
8585
fi
8686

8787
if [[ "$should_trigger" == "true" ]]; then
88-
dhall-to-yaml --quoted <<< "(../src/Jobs/${JOB_PATH}/${JOB_NAME}).pipeline" | buildkite-agent pipeline upload
88+
dhall-to-yaml --quoted <<< "(../src/Jobs/${JOB_PATH}/${JOB_NAME}.dhall).pipeline" | buildkite-agent pipeline upload
8989
fi

0 commit comments

Comments
 (0)