From 7f46b39dd56236c37d09768b57bc42aedad62dd2 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Tue, 29 Sep 2020 20:23:44 +0200 Subject: [PATCH] Fix artifacts for node steps --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2032cda..724c2ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,9 +127,6 @@ tests_node: - 'cd ChaosBot/wwwroot' - 'yarn install' - 'yarn lint' - artifacts: - paths: - - ChaosBot/wwwroot/dist/ release_node: image: node:latest @@ -150,7 +147,7 @@ release_node: - 'yarn build' artifacts: paths: - - ChaosBot/wwwroot/dist/** + - ChaosBot/wwwroot/dist/* docker: image: docker:stable