Skip to content

Commit

Permalink
feat(ci): print commands in all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
n0izn0iz authored and gfanton committed Dec 20, 2019
1 parent 7fa0f17 commit de03dd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Expand Up @@ -3,6 +3,7 @@ steps:
agents:
queue: "bigcores"
commands:
- set -x
- cd go
- docker build .

Expand All @@ -15,6 +16,7 @@ steps:
environment: ["GO111MODULE=on", "GOPATH=/go"]
volumes: ["~/go/pkg/mod:/go/pkg/mod"]
commands:
- set -x
- go version
- find . -name gen.sum -delete
- cd go
Expand All @@ -36,6 +38,7 @@ steps:
workdir: /go/src/berty.tech
environment: ["GO111MODULE=on", "GOPATH=/go"]
commands:
- set -x
- ./githooks/pre-commit
- git status | cat
- git diff -w | cat
Expand All @@ -53,6 +56,7 @@ steps:
agents:
queue: "bigcores"
commands:
- set -x
- cd js
- make gen.clean
- make gen
Expand All @@ -73,6 +77,7 @@ steps:
agents:
queue: "bigcores"
commands:
- set -x
- cd js
- make lint

Expand Down Expand Up @@ -131,6 +136,7 @@ steps:
]
volumes: ["~:/home/buildkite-agent", "~/go/pkg/mod:/go/pkg/mod"]
commands:
- set -x
- bazel --version
- go version
- cd go
Expand Down

0 comments on commit de03dd3

Please sign in to comment.