I highly dislike working with CI.
This commit is contained in:
parent
e7a30ddc60
commit
b80c9bce83
@ -1,17 +1,19 @@
|
||||
steps:
|
||||
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
|
||||
# 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
|
||||
commands:
|
||||
- git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
|
||||
- npm run i
|
||||
- npm run build
|
||||
when:
|
||||
event: push
|
||||
|
Loading…
x
Reference in New Issue
Block a user