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