mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
fix underlying issue
This commit is contained in:
parent
a0ecaab1e5
commit
4709430002
1 changed files with 9 additions and 11 deletions
|
@ -1,19 +1,17 @@
|
||||||
steps:
|
steps:
|
||||||
# lint:
|
lint:
|
||||||
# image: docker.io/node:16
|
|
||||||
# commands:
|
|
||||||
# - git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
|
|
||||||
# - npm i
|
|
||||||
# - npm run lint
|
|
||||||
# when:
|
|
||||||
# event: push
|
|
||||||
# branch: master
|
|
||||||
|
|
||||||
build:
|
|
||||||
image: docker.io/node:16
|
image: docker.io/node:16
|
||||||
commands:
|
commands:
|
||||||
- git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
|
- git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
|
||||||
- npm i
|
- npm i
|
||||||
|
- npm run lint
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: master
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: docker.io/node:16
|
||||||
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
Loading…
Reference in a new issue