mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
Merge pull request #33 from thelamer/master
workaround to keep pipeline building
This commit is contained in:
commit
afe3812cdc
@ -29,6 +29,8 @@ 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 \
|
||||
-version=${SYNCTHING_RELEASE} \
|
||||
|
||||
@ -29,6 +29,8 @@ 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 \
|
||||
-version=${SYNCTHING_RELEASE} \
|
||||
|
||||
@ -29,6 +29,8 @@ 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 \
|
||||
-version=${SYNCTHING_RELEASE} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user