mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-05 04:10:05 -05:00
I highly dislike working with CI.
This commit is contained in:
parent
e7a30ddc60
commit
b80c9bce83
1 changed files with 11 additions and 9 deletions
|
@ -1,17 +1,19 @@
|
||||||
steps:
|
steps:
|
||||||
lint:
|
# lint:
|
||||||
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
|
# - npm run lint
|
||||||
when:
|
# when:
|
||||||
event: push
|
# event: push
|
||||||
branch: master
|
# branch: master
|
||||||
|
|
||||||
build:
|
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
|
||||||
|
- npm run i
|
||||||
- npm run build
|
- npm run build
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
Loading…
Reference in a new issue