Skip to content

Commit 1c71833

Browse files
committed
Merge branch 'bugfix/remove_at_build_from_ci' into 'master'
CI: remove build at See merge request !1171
2 parents 1cfe96b + 9fa2a9a commit 1c71833

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,6 @@ build_ssc:
109109
- git checkout ${CI_COMMIT_REF_NAME} || echo "Using SSC default branch..."
110110
- MAKEFLAGS= ./gen_misc_ng.sh
111111

112-
build_at:
113-
<<: *build_template
114-
script:
115-
- git clone $GITLAB_SSH_SERVER/application/esp-at.git
116-
- cd esp-at
117-
- git checkout ${CI_COMMIT_REF_NAME} || echo "Using esp-at default branch..."
118-
- make defconfig
119-
- make
120-
121112
build_esp_idf_tests:
122113
<<: *build_template
123114
artifacts:

0 commit comments

Comments
 (0)