Skip to content

Commit

Permalink
feat(ci): print shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
n0izn0iz authored and gfanton committed Dec 20, 2019
1 parent 1d56d5b commit 83a267d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Expand Up @@ -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

Expand Down

0 comments on commit 83a267d

Please sign in to comment.