Files
scheduler-front/.gitlab-ci.yml

16 lines
228 B
YAML

stages:
- build
variables:
GIT_STRATEGY: clone
GIT_CHECKOUT: "http://gitlab.bkdhome.p-e.kr:8929/scheduler/front.git"
build:
stage: build
image: node:25.1.0
tags:
- runner
script:
- npm run build
- ls