Compare commits

...

1 Commits
new ... master

Author SHA1 Message Date
lan daiqing
703db063ee Upload New File 2022-07-26 13:33:32 +00:00

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
stages:
- test
sonarqube_master_job:
stage: test
script:
- export ENCRYPT_KEY=`echo $CI_PROJECT_URL.git | md5sum | cut -d' ' -f1`
- /opt/sonar-scanner-4.7.0/bin/sonar-scanner -Dsonar.sources=. -Dsonar.projectKey=p$ENCRYPT_KEY