mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
night jobs should exit succeed if no need to run
This commit is contained in:
parent
547fb6ed6c
commit
12fa7472ea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user