Skip to content

Commit

Permalink
publish script: display archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 11, 2014
1 parent 4711243 commit a38c150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-updates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ then
mv -fv $ARCHIVE_PREFIX-SNAPSHOT.zip $ARCHIVE_FOLDER/$ARCHIVE_PREFIX-$NUMDATE.zip
fi

if [ "$TEST" != "-test" ]
if [ "$TEST" == "-test" ]
then
echo "Don't forget to publish the archive too!"
echo "When final, don't forget to publish the archive too!"
echo "It is available from $ARCHIVE_FOLDER/$ARCHIVE_PREFIX-$NUMDATE.zip"
fi

Expand Down

0 comments on commit a38c150

Please sign in to comment.