mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
refactor: change CI caching to before_script
This commit is contained in:
@@ -720,12 +720,7 @@ export function getRules(configuration: Configuration): Rules {
|
||||
const ciConfig = {
|
||||
/* tslint:disable:object-literal-sort-keys */
|
||||
image: 'registry.gitlab.com/openstapps/projectmanagement/node',
|
||||
cache: {
|
||||
key: '${CI_COMMIT_REF_SLUG}',
|
||||
paths: [
|
||||
'node_modules',
|
||||
],
|
||||
},
|
||||
before_script: 'npm ci',
|
||||
build: {
|
||||
stage: 'build',
|
||||
script: [
|
||||
|
||||
Reference in New Issue
Block a user