Skip to content

Commit 97caa82

Browse files
committed
esp/ci: Fixes 'distro name' file name in 'upload_to_http' job
1 parent 40c2f02 commit 97caa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ upload_to_http:
212212
- *use_ci_tools
213213
script:
214214
- cit_add_ssh_key "${HTTP_UPLOAD_KEY}"
215-
- ARCHIVE_NAME=$(cat ${DIST_ART_DIR}/dist_name_armel)
215+
- ARCHIVE_NAME=$(cat ${DIST_ART_DIR}/dist_name_linux-armel)
216216
- pushd ${DIST_ART_DIR}
217217
- scp ${ARCHIVE_NAME} ${HTTP_UPLOAD_DIR}/openocd/
218218
- popd

0 commit comments

Comments
 (0)