From 03662ba8bb54198aae3c9fd6307201d42ce40e25 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:58:41 +0200 Subject: [PATCH] i think now i fixed the artifacts :) --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 039156f..3f62065 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,15 +26,15 @@ build_collect: artifacts: name: 'collect_${CI_COMMIT_REF_NAME}' paths: - - ./public/ - - ./src/ + - openwrt-firmware-selector/public/ + - openwrt-firmware-selector/src/ build_stage: stage: build_stage image: node:lts-alpine script: - ls -lha - - cat ./src/config.ts + - cat openwrt-firmware-selector/src/config.ts dependencies: - build_collect