about summary refs log tree commit diff
path: root/ops/pipelines/static-pipeline.yaml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-01-19T15·01+0300
committerclbot <clbot@tvl.fyi>2022-01-19T17·22+0000
commit0652ac0ace548ba6ea4b6b78fc7bbfee277ec5d0 (patch)
tree404e444433224e7e12f2d6020ec839d7fce08c85 /ops/pipelines/static-pipeline.yaml
parentc2e6c0719c68171a6d4902893ffb09aa8002b183 (diff)
refactor(nix/buildkite): Move fetch-parent-targets script here r/3637
This is no longer TVL-specific and should live here with the other
generalised stuff.

Change-Id: I95a1b4c0321f34812162d6fd40568269abf639dd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5006
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com>
Diffstat (limited to 'ops/pipelines/static-pipeline.yaml')
-rw-r--r--ops/pipelines/static-pipeline.yaml2
1 files changed, 1 insertions, 1 deletions
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