corpusslayer/.gitlab-ci.yml

15 lines
339 B
YAML
Raw Normal View History

2018-05-03 22:41:34 +00:00
sonarqube_analyzer:
stage: test
script:
- sonar-runner
sonarqube_reporter:
2018-05-03 22:27:52 +00:00
stage: test
script:
2018-05-03 22:39:06 +00:00
- sonar-runner -Dsonar.analysis.mode=preview -Dsonar.gitlab.project_id=$CI_PROJECT_PATH -Dsonar.gitlab.commit_sha=$CI_COMMIT_SHA -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME
2018-05-03 22:27:52 +00:00
2018-05-03 21:11:52 +00:00
deploy:
stage: deploy
script:
make deploy-cd