new
This commit is contained in:
@@ -1,9 +1,17 @@
|
|||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
variables:
|
||||||
|
GIT_REPO_URL: "http://192.168.202.220:8090/root/library.git"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- clone
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
-
|
||||||
|
clone:
|
||||||
|
stage: clone
|
||||||
|
script:
|
||||||
|
- git clone $GIT_REPO_URL
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user