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:
|
build:
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- sudo apt update
|
- apk update
|
||||||
- sudo apk add git
|
- apk add git
|
||||||
- npm update
|
- npm update
|
||||||
- npm install
|
- npm install
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
|
Loading…
Reference in a new issue