Browse Source

disable ci tasks

main
Distopico Vegan 5 years ago
parent
commit
b6ce59292f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .gitlab-ci.yml

+ 4
- 4
.gitlab-ci.yml View File

@ -42,8 +42,8 @@ lintAll:
except:
- master
script:
- ./gradlew --console=plain lint
- ./gradlew --console=plain checkstyle
#- ./gradlew --console=plain lint
#- ./gradlew --console=plain checkstyle
lintRelease:
stage: test
@ -58,7 +58,7 @@ testAll:
except:
- master
script:
- ./gradlew --console=plain test
#- ./gradlew --console=plain test
testRelease:
stage: test
@ -76,7 +76,7 @@ buildDebug:
artifacts:
expire_in: 1 week
paths:
- app/build/outputs/
#- app/build/outputs/
buildRelease:
stage: build


Loading…
Cancel
Save