Fix release script (#326)

This commit is contained in:
Sung Won Cho 2019-11-21 15:23:42 +08:00 committed by GitHub
commit c0719053ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,8 +155,8 @@ endif
@${currentDir}/scripts/release.sh server $(version) ${serverOutputDir}
@echo "==> building and releasing docker image"
@${currentDir}/host/docker/build.sh $(version)
@${currentDir}/host/docker/release.sh $(version)
@(cd ${currentDir}/host/docker && ./build.sh $(version))
@(cd ${currentDir}/host/docker && ./release.sh $(version))
.PHONY: release-server
# migrations