again changed nightly to unstable, because of jenkins job changes

This commit is contained in:
Marcel Otte 2016-10-08 11:33:13 +02:00
parent 57432e3e5c
commit b0056f2518
1 changed files with 2 additions and 2 deletions

View File

@ -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=nightly-latest TAGNAME=unstable-latest
docker build --no-cache -t qwick/terasology:$TAGNAME . docker build --no-cache -t qwick/terasology:$TAGNAME .
NEW_TAGNAME=nightly-$engineVersion-$buildNumber NEW_TAGNAME=unstable-$engineVersion-$buildNumber
docker tag qwick/terasology:$TAGNAME qwick/terasology:$NEW_TAGNAME docker tag qwick/terasology:$TAGNAME qwick/terasology:$NEW_TAGNAME