diff options
Diffstat (limited to 'ops/pipelines/static-pipeline.yaml')
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 52f9f82039d3..ffdb6a75c5f2 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -21,8 +21,8 @@ steps: ops/pipelines/fetch-parent-targets.sh PIPELINE_ARGS="" - if [[ -f ./parent-target-map.json ]]; then - PIPELINE_ARGS="--arg parentTargetMap ./parent-target-map.json" + if [[ -f tmp/parent-target-map.json ]]; then + PIPELINE_ARGS="--arg parentTargetMap tmp/parent-target-map.json" fi nix-build -A ops.pipelines.depot -o pipeline --show-trace $$PIPELINE_ARGS |