merge branch 'v1' into 'v2'
This commit is contained in:
commit
bb5c9ef81e
11
wizard.sh
11
wizard.sh
@ -159,8 +159,15 @@ pushRicebox () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ciRelease () {
|
ciRelease () {
|
||||||
docker run --rm -itv $(pwd):/go/src/github.com/filebrowser/filebrowser \
|
docker run --rm -t \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock filebrowser/dev goreleaser
|
-v $(pwd):/src \
|
||||||
|
-w /src \
|
||||||
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
|
filebrowser/dev \
|
||||||
|
sh -c "\
|
||||||
|
go get ./... && \
|
||||||
|
goreleaser \
|
||||||
|
"
|
||||||
|
|
||||||
dockerPushTag
|
dockerPushTag
|
||||||
pushRicebox
|
pushRicebox
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user