mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
chore(ci): Disable yarn cache
This commit is contained in:
parent
35f6f33bc3
commit
871aaed06d
@ -1,6 +1,10 @@
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: lts/*
|
node_js: lts/*
|
||||||
|
cache:
|
||||||
|
yarn: false
|
||||||
|
npm: false
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@ -8,11 +12,11 @@ addons:
|
|||||||
snaps:
|
snaps:
|
||||||
- docker
|
- docker
|
||||||
firefox: "latest-esr"
|
firefox: "latest-esr"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- yarn global add wait-on
|
- yarn global add wait-on
|
||||||
# Install Codecov
|
# Install Codecov
|
||||||
- yarn install
|
- yarn install --frozen-lockfile
|
||||||
- cp backend/.env.template backend/.env
|
- cp backend/.env.template backend/.env
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user