fix build number
This commit is contained in:
parent
687209da9b
commit
6fbd5a04a3
4
build.sh
4
build.sh
|
@ -4,6 +4,10 @@
|
||||||
PNAME=console
|
PNAME=console
|
||||||
WORKBASE=/home/jenkins/go/src/infini.sh
|
WORKBASE=/home/jenkins/go/src/infini.sh
|
||||||
WORKDIR=$WORKBASE/$PNAME
|
WORKDIR=$WORKBASE/$PNAME
|
||||||
|
|
||||||
|
if [[ $VERSION =~ NIGHTLY ]]; then
|
||||||
|
BUILD_NUMBER=$BUILD_DAY
|
||||||
|
fi
|
||||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||||
|
|
||||||
#clean all
|
#clean all
|
||||||
|
|
Loading…
Reference in New Issue