forked from espressif/esp-idf
ci: remove comment for dash compatibility
This commit is contained in:
@@ -143,8 +143,7 @@ cache:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
.set_include_nightly_run: &set_include_nightly_run |
|
.set_include_nightly_run: &set_include_nightly_run |
|
||||||
# in bash regex, (?:..) -> (..)
|
if echo "$CI_MERGE_REQUEST_LABELS" | egrep "^([^,\n\r]+,)*include_nightly_run(,[^,\n\r]+)*$"; then
|
||||||
if [[ "$CI_MERGE_REQUEST_LABELS" =~ ^([^,\n\r]+,)*include_nightly_run(,[^,\n\r]+)*$ ]]; then
|
|
||||||
export INCLUDE_NIGHTLY_RUN="1"
|
export INCLUDE_NIGHTLY_RUN="1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user