From fd970e337517ddc8be843721511ab2eb50fb7a98 Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Wed, 21 Apr 2021 12:30:15 +0200 Subject: [PATCH] CI: deactivate cache and artifacts --- .gitlab-ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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