File tree Expand file tree Collapse file tree 3 files changed +0
-31
lines changed Expand file tree Collapse file tree 3 files changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,6 @@ RUN mkdir -p /usr/src/criu \
47
47
&& make install-criu \
48
48
&& rm -rf /usr/src/criu
49
49
50
- # install shfmt
51
- RUN mkdir -p /go/src/github.com/mvdan \
52
- && cd /go/src/github.com/mvdan \
53
- && git clone https://github.com/mvdan/sh \
54
- && cd sh \
55
- && git checkout -f v0.4.0 \
56
- && go install ./cmd/shfmt \
57
- && rm -rf /go/src/github.com/mvdan
58
-
59
50
# setup a playground for us to spawn containers in
60
51
ENV ROOTFS /busybox
61
52
RUN mkdir -p ${ROOTFS} \
Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ clean:
133
133
134
134
validate :
135
135
script/validate-gofmt
136
- script/validate-shfmt
137
136
go vet $(allpackages )
138
137
139
138
ci : validate localtest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments