Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit b7f2c55b authored by Rikza Kurnia Almujtaba Lubis's avatar Rikza Kurnia Almujtaba Lubis
Browse files

moving sonar token to env variable

parent 1aa0fa81
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ sonarqube-check:
paths:
- .sonar/cache
script:
- sonar-scanner -Dsonar.projectKey=eldira.lahanny_a4-logistik_AY3a82YUk9qxTTGJIC4V -Dsonar.sources=. -Dsonar.host.url=https://sonarqube.cs.ui.ac.id -Dsonar.login=46ad35b1d3f133c21f7f85027d9475ae197d20d7 -Dsonar.qualitygate.wait=true
- sonar-scanner -Dsonar.projectKey=eldira.lahanny_a4-logistik_AY3a82YUk9qxTTGJIC4V -Dsonar.sources=. -Dsonar.host.url=https://sonarqube.cs.ui.ac.id -Dsonar.login=$SONAR_TOKEN -Dsonar.qualitygate.wait=true
allow_failure: true
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment