From fed6e7141a91f9ac2deb81060bd887e68841bb52 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 2 Aug 2021 13:32:22 -0600 Subject: [PATCH] fix buildkite building wrong repo --- .buildkite/pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 67d9fdb99e..4afd73d944 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,3 +1,6 @@ +env: + BUILDKITE_CLEAN_CHECKOUT: "true" + steps: - label: ":nix::point_right::pipeline:" command: | @@ -6,8 +9,6 @@ steps: | buildkite-agent pipeline upload --no-interpolation agents: queue: project42 - timeout_in_minutes: 60 - - wait - label: "Mantis Automation" command: - "curl https://raw.githubusercontent.com/input-output-hk/mantis-automation/main/.buildkite/pipeline_erc20_pr.yml -o automation.yml"