From: Yinling Date: Thu, 29 Sep 2016 12:21:33 +0000 (+0800) Subject: night jobs should exit succeed if no need to run X-Git-Tag: v1.0~116^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12fa7472ea1bfa3759a47b219054ffce2997c546;p=esp-idf night jobs should exit succeed if no need to run --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89269aa425..2b421e77a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,7 +160,7 @@ push_master_to_github: - triggers script: # must be night build triggers, otherwise exit without test - - test $NIGHT_BUILD != "Yes" || exit 0 + - test $NIGHT_BUILD = "Yes" || exit 0 # add gitlab ssh key - mkdir -p ~/.ssh - chmod 700 ~/.ssh