about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xnix/buildkite/fetch-parent-targets.sh (renamed from ops/pipelines/fetch-parent-targets.sh)0
-rw-r--r--ops/pipelines/static-pipeline.yaml2
2 files changed, 1 insertions, 1 deletions
diff --git a/ops/pipelines/fetch-parent-targets.sh b/nix/buildkite/fetch-parent-targets.sh
index d34a826279..d34a826279 100755
--- a/ops/pipelines/fetch-parent-targets.sh
+++ b/nix/buildkite/fetch-parent-targets.sh
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml
index ffdb6a75c5..a4c3cf87ae 100644
--- a/ops/pipelines/static-pipeline.yaml
+++ b/ops/pipelines/static-pipeline.yaml
@@ -18,7 +18,7 @@ steps:
       # Attempt to fetch a target map from a parent commit on canon,
       # except on builds of canon itself.
       [ "${BUILDKITE_BRANCH}" != "refs/heads/canon" ] && \
-        ops/pipelines/fetch-parent-targets.sh
+        nix/buildkite/fetch-parent-targets.sh
 
       PIPELINE_ARGS=""
       if [[ -f tmp/parent-target-map.json ]]; then