stop it now
This commit is contained in:
parent
e257018c5e
commit
499d40af6f
1 changed files with 15 additions and 12 deletions
|
@ -28,6 +28,9 @@ jobs:
|
||||||
name: Restore Yarn Package Cache
|
name: Restore Yarn Package Cache
|
||||||
keys:
|
keys:
|
||||||
- yarn-packages-{{ checksum "cider.lock" }}
|
- yarn-packages-{{ checksum "cider.lock" }}
|
||||||
|
- run:
|
||||||
|
name: Move Lockfile
|
||||||
|
command: mv cider.lock yarn.lock
|
||||||
- run:
|
- run:
|
||||||
name: Install Node Dependencies
|
name: Install Node Dependencies
|
||||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||||
|
@ -165,27 +168,27 @@ workflows:
|
||||||
build_and_release:
|
build_and_release:
|
||||||
jobs:
|
jobs:
|
||||||
- prepare-build
|
- prepare-build
|
||||||
# filters:
|
# filters:
|
||||||
# branches:
|
# branches:
|
||||||
# only: main
|
# only: main
|
||||||
- build-windows:
|
- build-windows:
|
||||||
requires:
|
requires:
|
||||||
- prepare-build
|
- prepare-build
|
||||||
# filters:
|
# filters:
|
||||||
# branches:
|
# branches:
|
||||||
# only: main
|
# only: main
|
||||||
- build-linux:
|
- build-linux:
|
||||||
requires:
|
requires:
|
||||||
- prepare-build
|
- prepare-build
|
||||||
# filters:
|
# filters:
|
||||||
# branches:
|
# branches:
|
||||||
# only: main
|
# only: main
|
||||||
- build-winget:
|
- build-winget:
|
||||||
requires:
|
requires:
|
||||||
- prepare-build
|
- prepare-build
|
||||||
# filters:
|
# filters:
|
||||||
# branches:
|
# branches:
|
||||||
# only: main
|
# only: main
|
||||||
- release:
|
- release:
|
||||||
requires:
|
requires:
|
||||||
- build-windows
|
- build-windows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue