mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-27 01:02:14 +05:30
Ignore engines since yarn 1.19.1 is the only version, working with workspaces well
This commit is contained in:
parent
8eac2b97b5
commit
b073ebea10
@ -65,7 +65,7 @@ Yarn:
|
|||||||
variables:
|
variables:
|
||||||
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
|
CYPRESS_INSTALL_BINARY: 0 # Don't install binary to increase caching performance between jobs
|
||||||
script:
|
script:
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile --ignore-engines
|
||||||
|
|
||||||
Yarn E2E:
|
Yarn E2E:
|
||||||
stage: prepare
|
stage: prepare
|
||||||
@ -75,7 +75,7 @@ Yarn E2E:
|
|||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
script:
|
script:
|
||||||
- yarn install --frozen-lockfile
|
- yarn install --frozen-lockfile --ignore-engines
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user