kopia lustrzana https://github.com/JOSM/MapWithAI
CI: Don't fail if repo is not shallow
Signed-off-by: Taylor Smock <tsmock@fb.com>pull/1/head
rodzic
a23e94be0d
commit
b13fbc37e4
|
@ -194,7 +194,7 @@ sonarcloud.io:
|
||||||
name: sonarcloud.io
|
name: sonarcloud.io
|
||||||
url: https://sonarcloud.io/dashboard?id=mapwithai
|
url: https://sonarcloud.io/dashboard?id=mapwithai
|
||||||
script:
|
script:
|
||||||
- git fetch --unshallow
|
- git fetch --unshallow || echo "Already unshallowed?"
|
||||||
- ./gradlew -Dsonar.login=$SONAR_TOKEN sonarqube
|
- ./gradlew -Dsonar.login=$SONAR_TOKEN sonarqube
|
||||||
needs: ["test"]
|
needs: ["test"]
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Ładowanie…
Reference in New Issue