From aa9b043f108e63d0d2f736877627ac3bf0bb2cca 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 23:14:55 +0200 Subject: [PATCH] use the whole checkedout folder as artifact so the following step works --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed0b45d..026f4a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,8 +23,7 @@ build_collect: artifacts: name: 'collect_${CI_COMMIT_REF_NAME}' paths: - - openwrt-firmware-selector/public/ - - openwrt-firmware-selector/src/ + - openwrt-firmware-selector build_stage: stage: build_stage