1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

CI: deactivate cache and artifacts

This commit is contained in:
Sonja Happ 2021-04-21 12:30:15 +02:00
parent 7b44a8f0d0
commit fd970e3375

View file

@ -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