diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a599bfbaab201fd595347b943bea32c9fcb85a7..2b16e2676b0fc7561770dc1443fae6ebb56c7aa0 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