summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/update_download_center.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/update_download_center.sh b/ci/update_download_center.sh
index cec11808d..28ea82c2e 100644
--- a/ci/update_download_center.sh
+++ b/ci/update_download_center.sh
@@ -23,7 +23,7 @@ fi
if [ -z $CIRCLECI ];then
echo "This Script needs to be run on CircleCI"
fi
-if [[ "${CIRCLE_PROJECT_USERNAME}" != "navit-gps" && "${CIRCLE_BRANCH}" != "trunk" ]]; then
+if [[ "${CIRCLE_PROJECT_USERNAME}" != "navit-gps" || "${CIRCLE_BRANCH}" != "trunk" ]]; then
echo "Only trunk on navit-gps may upload to the Download Center"
exit 0
fi