issue # runner 테스트
This commit is contained in:
@@ -14,9 +14,10 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
image: node:25.1.0
|
image: node:25.1.0
|
||||||
tags:
|
tags:
|
||||||
- runner
|
- runner-host
|
||||||
script:
|
script:
|
||||||
- node -v
|
- node -v
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- pwd
|
||||||
- ls
|
- ls
|
||||||
|
|||||||
Reference in New Issue
Block a user