Skip to content
Snippets Groups Projects
Commit d4a0b725 authored by Alexis POYEN's avatar Alexis POYEN
Browse files

FIx : yaml indentation

parent d5ef7a01
No related branches found
No related tags found
No related merge requests found
Pipeline #7083 failed
......@@ -19,7 +19,7 @@ variables:
stages:
- build-and-test-with-sonar-concurrently
build-master:
stage: build-and-test-with-sonar-concurrently
script:
......@@ -28,7 +28,7 @@ variables:
- docker push "$CI_REGISTRY_IMAGE"
only:
- master
build:
stage: build-and-test-with-sonar-concurrently
script:
......@@ -37,7 +37,7 @@ variables:
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except:
- master
sonarqube:
stage: build-and-test-with-sonar-concurrently
image: registry.forge.grandlyon.com/apoyen/sonnar-scanner-gl:master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment