From 83a267da78a02626f5eb0b35fe1c02eb4fd2cf68 Mon Sep 17 00:00:00 2001 From: Norman Meier Date: Fri, 20 Dec 2019 01:34:33 +0100 Subject: [PATCH] feat(ci): print shell commands --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cb2c6fc725..4a4b90b8f2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -87,6 +87,8 @@ steps: ["GO111MODULE=on", "GOPATH=/go", "HOME=/home/buildkite-agent"] volumes: ["~:/home/buildkite-agent", "~/go/pkg/mod:/go/pkg/mod"] commands: + - set -x + - go version - cd go