File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,6 @@ pipeline {
85
85
sh """ #!/bin/bash -ex
86
86
mkdir -p \$ (dirname $GO_PROJECT ) && ln -sf $WORKSPACE $GO_PROJECT
87
87
88
- # TODO: Remove me.
89
- go get github.com/segmentio/terraform-docs
90
- go get github.com/s-urbaniak/terraform-examples
91
- go get github.com/bronze1man/yaml2json
92
-
93
88
cd $GO_PROJECT /
94
89
make structure-check
95
90
make bin/smoke
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ FROM golang:1.8.3-stretch
22
22
RUN go get -u github.com/golang/lint/golint
23
23
RUN go get github.com/jstemmer/go-junit-report
24
24
25
+ # ## Tools used by 'make structure-check'
26
+ RUN go get github.com/segmentio/terraform-docs
27
+ RUN go get github.com/s-urbaniak/terraform-examples
28
+ RUN go get github.com/bronze1man/yaml2json
29
+
25
30
# ## License parser
26
31
RUN go get github.com/coreos/license-bill-of-materials
27
32
You can’t perform that action at this time.
0 commit comments