Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-server
Commits
7f3c80f8
Commit
7f3c80f8
authored
Sep 23, 2019
by
François Agneray
Browse files
gitlab-ci stages for develop
parent
21b3b47f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7f3c80f8
...
...
@@ -26,7 +26,7 @@ php-metrics:
policy
:
push
only
:
refs
:
-
sonar
-
develop
php-metrics-build
:
image
:
docker:stable
...
...
@@ -45,7 +45,7 @@ php-metrics-build:
policy
:
pull
only
:
refs
:
-
sonar
-
develop
php-metrics-deploy
:
image
:
alpine
...
...
@@ -55,7 +55,7 @@ php-metrics-deploy:
-
curl -XPOST $METRICS_WEBHOOK
only
:
refs
:
-
sonar
-
develop
install
:
image
:
jakzal/phpqa
...
...
@@ -68,7 +68,7 @@ install:
policy
:
push
only
:
refs
:
-
sonar
-
develop
phpunit
:
image
:
jakzal/phpqa
...
...
@@ -82,7 +82,7 @@ phpunit:
policy
:
pull-push
only
:
refs
:
-
sonar
-
develop
sonar_scanner
:
image
:
portus.lam.fr/ci-tools/sonar-scanner:latest
...
...
@@ -95,7 +95,7 @@ sonar_scanner:
policy
:
pull
only
:
refs
:
-
sonar
-
develop
build
:
image
:
docker:stable
...
...
@@ -111,7 +111,7 @@ build:
policy
:
pull
only
:
refs
:
-
sonar
-
develop
deploy
:
image
:
alpine
...
...
@@ -121,4 +121,4 @@ deploy:
-
curl -XPOST $DEV_WEBHOOK
only
:
refs
:
-
sonar
\ No newline at end of file
-
develop
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment