fix ci
This commit is contained in:
parent
dadbcfb6b5
commit
71f6fbf117
1 changed files with 1 additions and 2 deletions
|
@ -6,9 +6,8 @@ pipeline:
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add git
|
||||||
- apk add openssh
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm install git@jusax.de:jusax23/gitea-release.git
|
- npm install git+https://jusax.de/git/jusax23/gitea-release.git
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- npm run prepublish
|
- npm run prepublish
|
||||||
- ls dist
|
- ls dist
|
||||||
|
|
Loading…
Reference in a new issue