Asher dev (#81)

* Updating GitLab CI, clean up.

* Updating GitLab CI config
This commit is contained in:
Asher Dawes
2018-06-27 13:29:35 -07:00
committed by GitHub
parent 7e7ea6e7b3
commit e96d89daa3
9 changed files with 78 additions and 110 deletions

View File

@@ -19,7 +19,7 @@ fi
## PACKAGE_VERSION=$($SRC_PATH/src/zcashd --version | grep version | cut -d' ' -f4 | tr -d v)
## Need version setting from environment
PACKAGE_VERSION=0.3.7-beta
PACKAGE_VERSION=0.3.8-beta
##
## Also, what does the sed end up doing?
DEBVERSION=$(echo $PACKAGE_VERSION | sed 's/-beta/~beta/' | sed 's/-rc/~rc/' | sed 's/-/+/')