We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80f9be7 + 115a51a commit cdc06dbCopy full SHA for cdc06db
.gitlab-ci.yml
@@ -8,6 +8,12 @@ variables: &global-variables
8
GIT_STRATEGY: clone
9
PYTHON_VER: 3
10
11
+default:
12
+ retry:
13
+ max: 2
14
+ # In case of a runner failure we could hop to another one, or a network error could go away.
15
+ when: always
16
+
17
.before_build_esp32_series: &before_build_esp32_series
18
- cd components/at/private_include
19
- rm -f at_ota_token.h
@@ -700,4 +706,3 @@ build_docs:
700
706
# - make gh-linkcheck
701
707
- make html
702
708
- ../check_doc_warnings.sh
703
-
0 commit comments