From 0652ac0ace548ba6ea4b6b78fc7bbfee277ec5d0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 19 Jan 2022 18:01:41 +0300 Subject: [PATCH] refactor(nix/buildkite): Move fetch-parent-targets script here 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 Reviewed-by: ezemtsov --- {ops/pipelines => nix/buildkite}/fetch-parent-targets.sh | 0 ops/pipelines/static-pipeline.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {ops/pipelines => nix/buildkite}/fetch-parent-targets.sh (100%) diff --git a/ops/pipelines/fetch-parent-targets.sh b/nix/buildkite/fetch-parent-targets.sh similarity index 100% rename from ops/pipelines/fetch-parent-targets.sh rename to nix/buildkite/fetch-parent-targets.sh diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index ffdb6a75c..a4c3cf87a 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