This commit is contained in:
parent
c1fe178baf
commit
79e237e588
@ -27,7 +27,7 @@ pipeline:
|
|||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- *vars
|
- *vars
|
||||||
- git clone "https://${REGISTRY}/${SOURCE_ORGANIZATION}/${REPO}.git" /git/$REPO
|
- git clone https://$REGISTRY/$SOURCE_ORGANIZATION/$REPO.git /git/$REPO
|
||||||
- cd /git/$REPO
|
- cd /git/$REPO
|
||||||
- git checkout $TAG
|
- git checkout $TAG
|
||||||
docker-build:
|
docker-build:
|
||||||
|
Loading…
Reference in New Issue
Block a user