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