This commit is contained in:
parent
db0838266e
commit
4420a49b6e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pipeline:
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add git
|
||||||
- git submodule update --init --remote --force
|
- git clone -b submodule https://jusax.de/git/jusax23/stear.git stear
|
||||||
- ls -l
|
- ls -l
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in a new issue