GitLab CI: install-dependencies --> deps, simplify

environments/review-simplify-c-5e1v77/deployments/69
Alex Gleason 2022-05-25 11:00:28 -04:00
rodzic 1b970d662e
commit b798f486d0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 4 dodań i 8 usunięć

Wyświetl plik

@ -11,18 +11,14 @@ cache:
- node_modules/ - node_modules/
stages: stages:
- install - deps
- test - test
- build - build
- deploy - deploy
install-dependencies: deps:
stage: install stage: deps
script: script: yarn install --ignore-scripts
- yarn install --ignore-scripts
artifacts:
paths:
- node_modules/
lint-js: lint-js:
stage: test stage: test