Skip to content
Snippets Groups Projects
Commit 4a847dc7 authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

Alter .gitlab-ci.yml to use a docker image with a git client

parent 53657fd8
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ sonar:
build_and_push_latest_image:
stage: build
image: korvoj/docker-git:26.1.3
only:
- develop
variables:
......@@ -39,6 +40,7 @@ build_and_push_latest_image:
build_and_push_release_image:
stage: build
image: korvoj/docker-git:26.1.3
only:
- tags
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment