Skip to content

Commit 4dcc752

Browse files
committed
fix execution
1 parent a7aa357 commit 4dcc752

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}.dhall).pipeline" | buildkite-agent pipeline upload
88+
dhall-to-yaml --quoted <<< "(./buildkite/src/Jobs/${JOB_PATH}/${JOB_NAME}.dhall).pipeline" | buildkite-agent pipeline upload
8989
fi

0 commit comments

Comments
 (0)