Last cache try.
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
aminecmi 2022-08-06 15:58:09 +02:00
parent 82c7b793c0
commit ecaffef993

View File

@ -8,7 +8,6 @@ steps:
detach: true
failure: ignore
commands:
- ls -la
- sonar-scanner -Dsonar.projectKey=LDC-WWW -Dsonar.sources=. -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN
environment:
SONAR_HOST_URL:
@ -31,7 +30,6 @@ steps:
image: node:14
commands:
- npm install
- ls -la ./node_modules
- npm run lint
- npm run build:prod
environment:
@ -114,3 +112,8 @@ trigger:
- promote
target:
- production
volumes:
- name: cache
host:
path: /tmp/cache