fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jusax23 2023-01-23 21:38:52 +01:00
parent 5bbfdf4154
commit dadbcfb6b5

View file

@ -6,7 +6,7 @@ pipeline:
image: node:18-alpine image: node:18-alpine
commands: commands:
- apk add git - apk add git
- apk add ssh - apk add openssh
- npm install - npm install
- npm install git@jusax.de:jusax23/gitea-release.git - npm install git@jusax.de:jusax23/gitea-release.git
- mkdir build - mkdir build