|
|
@ -17,7 +17,7 @@ steps:
|
|
|
|
- dotnet restore LeagueOfLegends.sln
|
|
|
|
- dotnet restore LeagueOfLegends.sln
|
|
|
|
- dotnet build LeagueOfLegends.sln -c Release --no-restore
|
|
|
|
- dotnet build LeagueOfLegends.sln -c Release --no-restore
|
|
|
|
- dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
|
|
|
|
- dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release
|
|
|
|
|
|
|
|
|
|
|
|
- name: docker-build-and-push
|
|
|
|
- name: docker-build-and-push
|
|
|
|
image: plugins/docker
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
settings:
|
|
|
@ -52,7 +52,7 @@ steps:
|
|
|
|
- dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
|
|
|
|
- dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
|
|
|
|
secrets: [ SECRET_SONAR_LOGIN ]
|
|
|
|
secrets: [ SECRET_SONAR_LOGIN ]
|
|
|
|
settings:
|
|
|
|
settings:
|
|
|
|
# accessible en ligne de commande par ${PLUGIN_SONAR_HOST}
|
|
|
|
# accessible en ligne de commande par ${PLUGIN_SONAR_HOST}
|
|
|
|
sonar_host: https://codefirst.iut.uca.fr/sonar/
|
|
|
|
sonar_host: https://codefirst.iut.uca.fr/sonar/
|
|
|
|
# accessible en ligne de commande par ${PLUGIN_SONAR_TOKEN}
|
|
|
|
# accessible en ligne de commande par ${PLUGIN_SONAR_TOKEN}
|
|
|
|
sonar_token:
|
|
|
|
sonar_token:
|
|
|
|