Files
scheduler-front/.gitlab-ci.yml
2025-11-09 20:34:24 +09:00

12 lines
121 B
YAML

stages:
-build
build:
stage: build
image: node:25.1.0
tags:
- runner
script:
- npm run build
- ls