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:
parent
7b44a8f0d0
commit
fd970e3375
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue