diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2adfaf0..5fdb2a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,14 @@ variables: DOCKER_IMAGE: ${CI_REGISTRY_IMAGE} FF_GITLAB_REGISTRY_HELPER_IMAGE: 1 -cache: - untracked: true - key: ${CI_PROJECT_ID} - paths: - - node_modules/ - - _site/vendor/ - - .bundled/ - - .yarn +#cache: +# untracked: true +# key: ${CI_PROJECT_ID} +# paths: +# - node_modules/ +# - _site/vendor/ +# - .bundled/ +# - .yarn stages: - build @@ -25,10 +25,10 @@ build: script: - npm install - npm run build - artifacts: - paths: - - build/ - expire_in: 1 week +# artifacts: +# paths: +# - build/ +# expire_in: 1 week deploy: stage: deploy