v0.6.23 test build
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
065562a7de
commit
0f6b111ac5
5
Makefile
5
Makefile
|
@ -49,11 +49,10 @@ push:
|
|||
|
||||
tag-version:
|
||||
# git push --delete origin v0.6.15
|
||||
rm cloud-control-panel
|
||||
make build
|
||||
-rm cloud-control-panel
|
||||
go build
|
||||
git tag v${VERSION}
|
||||
git push --tags
|
||||
# https://mirrors.wit.com/cloud/control-panel/
|
||||
scp resources/VERSION root@mirrors.wit.com:/data/mirrors/cloud/control-panel/linux/
|
||||
scp resources/BUILDDATE root@mirrors.wit.com:/data/mirrors/cloud/control-panel/linux/
|
||||
scp cloud-control-panel root@mirrors.wit.com:/data/mirrors/cloud/control-panel/linux/
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.6.22
|
||||
0.6.23
|
||||
|
|
Loading…
Reference in New Issue