From 9af241271dbff5fe01c6687f73a2c37411f6f86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Mon, 23 Aug 2021 22:44:52 +0200 Subject: [PATCH] another test for the artifact error --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3668ffe..039156f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ build_collect: - cd openwrt-firmware-selector - cat ./src/config.ts - python ./scripts/collect.py --image-url 'https://downloads.openwrt.org/{base}/{target}' https://downloads.openwrt.org ./src ./public/ + - echo "asdf" > ./src/asdf.txt - cat ./src/config.ts artifacts: name: 'collect_${CI_COMMIT_REF_NAME}'