Upload New File

This commit is contained in:
lan daiqing 2022-07-27 13:15:05 +00:00
parent 160f8e1e21
commit 0157fe648c

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