Skip to content
Snippets Groups Projects
Commit 8d1089b9 authored by François Agneray's avatar François Agneray
Browse files

ref sonar to develop gitlab-ci

parent e3bf19fd
No related branches found
No related tags found
2 merge requests!68Develop,!55Sonar
...@@ -23,7 +23,7 @@ install: ...@@ -23,7 +23,7 @@ install:
policy: push policy: push
only: only:
refs: refs:
- sonar - develop
sonar_scanner: sonar_scanner:
image: portus.lam.fr/ci-tools/sonar-scanner:latest image: portus.lam.fr/ci-tools/sonar-scanner:latest
...@@ -36,7 +36,7 @@ sonar_scanner: ...@@ -36,7 +36,7 @@ sonar_scanner:
policy: pull policy: pull
only: only:
refs: refs:
- sonar - develop
build: build:
image: docker:stable image: docker:stable
...@@ -52,7 +52,7 @@ build: ...@@ -52,7 +52,7 @@ build:
policy: pull policy: pull
only: only:
refs: refs:
- sonar - develop
deploy: deploy:
image: alpine image: alpine
...@@ -62,4 +62,4 @@ deploy: ...@@ -62,4 +62,4 @@ deploy:
- curl -XPOST $DEV_WEBHOOK - curl -XPOST $DEV_WEBHOOK
only: only:
refs: refs:
- sonar - develop
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment