Last cache try.
This commit is contained in:
parent
82c7b793c0
commit
ecaffef993
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user