kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'ci-only' into 'develop'
GitLab CI: only run deps if yarn.lock changes See merge request soapbox-pub/soapbox-fe!1453environments/review-develop-3zknud/deployments/78
commit
43176dbbb7
|
@ -18,6 +18,9 @@ stages:
|
|||
deps:
|
||||
stage: deps
|
||||
script: yarn install --ignore-scripts
|
||||
only:
|
||||
changes:
|
||||
- yarn.lock
|
||||
|
||||
lint-js:
|
||||
stage: test
|
||||
|
@ -49,6 +52,7 @@ jest:
|
|||
- "**/*.json"
|
||||
- "app/soapbox/**/*"
|
||||
- "webpack/**/*"
|
||||
- "custom/**/*"
|
||||
- "jest.config.js"
|
||||
- "package.json"
|
||||
- "yarn.lock"
|
||||
|
|
Ładowanie…
Reference in New Issue