new
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user