mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
don't remove go.sum
This commit is contained in:
parent
15d3f659a2
commit
c9203e80fc
@ -29,7 +29,6 @@ echo "**** fetch source code ****" && \
|
||||
/tmp/sync --strip-components=1 && \
|
||||
echo "**** compile syncthing ****" && \
|
||||
cd /tmp/sync && \
|
||||
rm -f go.sum && \
|
||||
go clean -modcache && \
|
||||
CGO_ENABLED=0 go run build.go \
|
||||
-no-upgrade \
|
||||
|
||||
@ -29,7 +29,6 @@ echo "**** fetch source code ****" && \
|
||||
/tmp/sync --strip-components=1 && \
|
||||
echo "**** compile syncthing ****" && \
|
||||
cd /tmp/sync && \
|
||||
rm -f go.sum && \
|
||||
go clean -modcache && \
|
||||
CGO_ENABLED=0 go run build.go \
|
||||
-no-upgrade \
|
||||
|
||||
@ -29,7 +29,6 @@ echo "**** fetch source code ****" && \
|
||||
/tmp/sync --strip-components=1 && \
|
||||
echo "**** compile syncthing ****" && \
|
||||
cd /tmp/sync && \
|
||||
rm -f go.sum && \
|
||||
go clean -modcache && \
|
||||
CGO_ENABLED=0 go run build.go \
|
||||
-no-upgrade \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user