From ea9b4b6605bc4ee51f4d60c81ff564a2be747575 Mon Sep 17 00:00:00 2001 From: Renan Berto Date: Mon, 17 Feb 2020 11:53:24 -0300 Subject: [PATCH] Add buildkite --- .buildkite/pipeline.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e85e269..a627dbc 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,12 +1,6 @@ steps: - - plugins: - - danthorpe/cache#v1.0.0: - cache_key: "cache-test-1" - paths: [ "cache-test" ] - env: - BUILDKITE_PLUGIN_CACHE_S3_BUCKET_NAME: "" - BUILDKITE_PLUGIN_CACHE_S3_PROFILE: "" - - command: "touch cache-test" - command: "./scripts/build.sh" + artifact_paths: + - "main" env: BUILDKITE_GOLANG_IMPORT_PATH: "github.com/renanberto/air-voice" \ No newline at end of file