This commit is contained in:
Administrator
2024-05-09 23:38:45 +08:00
parent 0a636f1558
commit 8aafe8eb9a

View File

@@ -1,9 +1,17 @@
services:
- docker:dind
variables:
GIT_REPO_URL: "http://192.168.202.220:8090/root/library.git"
stages:
- clone
- build
- deploy
-
clone:
stage: clone
script:
- git clone $GIT_REPO_URL
build:
stage: build