kopia lustrzana https://github.com/espressif/esp-idf
remove not used code as `rm -rf` always return 0
rodzic
a283042258
commit
bf2a568924
|
@ -248,7 +248,7 @@ deploy_docs:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# remove artifacts from last stage (UT logs)
|
# remove artifacts from last stage (UT logs)
|
||||||
- rm -rf $LOG_PATH || echo "log folder not exist"
|
- rm -rf $LOG_PATH
|
||||||
# add gitlab ssh key
|
# add gitlab ssh key
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
|
@ -271,7 +271,7 @@ deploy_docs:
|
||||||
- triggers
|
- triggers
|
||||||
script:
|
script:
|
||||||
# remove artifacts from last stage (UT logs)
|
# remove artifacts from last stage (UT logs)
|
||||||
- rm -rf $LOG_PATH || echo "log folder not exist"
|
- rm -rf $LOG_PATH
|
||||||
# must be night build triggers, otherwise exit without test
|
# 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
|
# add gitlab ssh key
|
||||||
|
|
Ładowanie…
Reference in New Issue