5 Commits
new ... main

Author SHA1 Message Date
lan daiqing
187aabe4f0 Upload New File 2022-07-28 01:03:32 +00:00
lan daiqing
298633d90f Delete .gitlab-ci.yml 2022-07-28 01:03:14 +00:00
lan daiqing
0157fe648c Upload New File 2022-07-27 13:15:05 +00:00
lan daiqing
160f8e1e21 Delete .gitlab-ci.yml 2022-07-27 13:14:53 +00:00
lan daiqing
d14e398739 Upload New File 2022-07-27 13:06:20 +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