From 547273d3632be3642586d091bc55186ec6a02d27 Mon Sep 17 00:00:00 2001 From: K Siva Prasad Reddy Date: Mon, 13 Nov 2023 03:38:38 +0530 Subject: [PATCH] Add buildkite pipeline config using local docker --- .buildkite/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7ad230a..e8822ef 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,5 +1,4 @@ steps: - label: "Test" commands: - - sh -c "$(curl -fsSL https://get.testcontainers.cloud/bash)" - ./mvnw test \ No newline at end of file