test
This commit is contained in:
parent
64977ed590
commit
6531454724
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ pipeline:
|
|||
build:
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
- sudo apt update
|
||||
- sudo apk add git
|
||||
- apk update
|
||||
- apk add git
|
||||
- npm update
|
||||
- npm install
|
||||
- mkdir build
|
||||
|
|
Loading…
Reference in a new issue