changed 'dev' to 'nightly' in tags, to reflect the change in build timing.
This commit is contained in:
parent
6633401815
commit
40f727b98d
4
build.sh
4
build.sh
|
@ -9,11 +9,11 @@ source versionInfo.properties
|
||||||
|
|
||||||
TAGNAME=$engineVersion-$displayVersion
|
TAGNAME=$engineVersion-$displayVersion
|
||||||
echo The dev-latest build is: $TAGNAME
|
echo The dev-latest build is: $TAGNAME
|
||||||
TAGNAME=dev-latest
|
TAGNAME=nightly-latest
|
||||||
|
|
||||||
docker build --no-cache -t qwick/terasology:$TAGNAME .
|
docker build --no-cache -t qwick/terasology:$TAGNAME .
|
||||||
|
|
||||||
NEW_TAGNAME=dev-$engineVersion-$buildNumber
|
NEW_TAGNAME=nightly-$engineVersion-$buildNumber
|
||||||
|
|
||||||
docker tag qwick/terasology:$TAGNAME qwick/terasology:$NEW_TAGNAME
|
docker tag qwick/terasology:$TAGNAME qwick/terasology:$NEW_TAGNAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue