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: ...@@ -26,6 +26,7 @@ sonar:
build_and_push_latest_image: build_and_push_latest_image:
stage: build stage: build
image: korvoj/docker-git:26.1.3
only: only:
- develop - develop
variables: variables:
...@@ -39,6 +40,7 @@ build_and_push_latest_image: ...@@ -39,6 +40,7 @@ build_and_push_latest_image:
build_and_push_release_image: build_and_push_release_image:
stage: build stage: build
image: korvoj/docker-git:26.1.3
only: only:
- tags - tags
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment