mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-15 08:50:35 +03:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
1b1914e7ad
commit
318d362b77
@ -4,6 +4,7 @@ default:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- ~/.gradle/
|
||||
- /root/.gradle/
|
||||
|
||||
variables:
|
||||
CACHE_FALLBACK_KEY: develop-protected
|
||||
@ -26,7 +27,7 @@ stages:
|
||||
|
||||
Check Style:
|
||||
stage: Check
|
||||
script: pwd && ls -lah && ls -lah ~ && ./gradlew -Pqc ktlintCheck && ls -lah ~/.gradle/ && ls -lah ~/.gradle/wrapper/dists
|
||||
script: pwd && ls -lah && ls -lah ~ && ./gradlew -Pqc ktlintCheck && ls -lah /root/.gradle/ && ls -lah /root/.gradle/wrapper/dists
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == "develop" || $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_TAG || $CI_PROJECT_ID != "37671564"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user