diff --git a/.drone.yml b/.drone.yml index 5330d04..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: @@ -10,4 +14,4 @@ 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