From d082dee0f00242b351c9a5abeaeef2fef8e3e726 Mon Sep 17 00:00:00 2001 From: Millicent Billette <git@1000i100.fr> Date: Tue, 23 Oct 2018 13:37:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a599bfb..2b16e267 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,8 +59,10 @@ build: pages: stage: publish image: node:latest + variables: + GIT_STRATEGY: none script: - - ls public + - ls -la public - mv platforms/web/www public artifacts: untracked: true @@ -71,7 +73,11 @@ pages: release-web: stage: publish + image: node:latest + variables: + GIT_STRATEGY: none script: + - ls -la www - mv platforms/web/www www artifacts: untracked: true -- GitLab