diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 93832d833e..2eaa03254f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,3 +7,7 @@ steps: agents: queue: project42 timeout_in_minutes: 60 + - label: "Mantis Automation" + command: + - "curl https://raw.githubusercontent.com/input-output-hk/mantis-automation/main/.buildkite/pipeline_erc20_pr.yml -o automation.yml" + - "buildkite-agent pipeline upload automation.yml"