mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 04:58:30 +00:00
reverse condition for nightly
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
# If we've got website password, we can upload nightly builds.
|
||||
# Travis secure variable $website_password is not available from outside
|
||||
# of jpexs repository (e.g pull requests from other users on GitHub)
|
||||
if [ -z ${website_password+x} ]; then
|
||||
if [ -z ${website_password+x} ]; then
|
||||
# password not set, just make private release without publishing result
|
||||
ant all
|
||||
else
|
||||
# create nightly build
|
||||
ant new-version-nightlybuild
|
||||
else
|
||||
# just make private release without publishing result
|
||||
ant all
|
||||
fi
|
||||
Reference in New Issue
Block a user