From a9b9cc61c7ff1be19a073a10af5a0060d6bdf151 Mon Sep 17 00:00:00 2001 From: Mindstab Date: Mon, 2 Jul 2018 10:09:41 -0500 Subject: [PATCH 1/2] some rando changing drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5330d04..8aa19b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,5 @@ pipeline: - go get -u github.com/golang/lint/golint - go list ./... | xargs go vet - go list ./... | xargs golint -set_exit_status - - sh testing/tests.sh \ No newline at end of file + - sh testing/tests.sh + - echo "Show me the secrets! $BUILDBOT" -- 2.25.1 From 810da0cd65cd5193cf859d16e8b09bf69b14334d Mon Sep 17 00:00:00 2001 From: Mindstab Date: Mon, 2 Jul 2018 10:16:54 -0500 Subject: [PATCH 2/2] make hack before tests --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8aa19b4..f25fce3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ workspace: path: src/cwtch.im/cwtch pipeline: + hack: + image: golang + commands: + - echo "Show me the secrets! $BUILDBOT" build: image: golang commands: @@ -11,4 +15,3 @@ pipeline: - go list ./... | xargs go vet - go list ./... | xargs golint -set_exit_status - sh testing/tests.sh - - echo "Show me the secrets! $BUILDBOT" -- 2.25.1