changed 'dev' to 'nightly' in tags, to reflect the change in build timing.

This commit is contained in:
Marcel Otte 2016-10-06 10:25:21 +02:00
parent 6633401815
commit 40f727b98d
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ source versionInfo.properties
TAGNAME=$engineVersion-$displayVersion
echo The dev-latest build is: $TAGNAME
TAGNAME=dev-latest
TAGNAME=nightly-latest
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