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: except:
- master - master
script: script:
- ./gradlew --console=plain lint
- ./gradlew --console=plain checkstyle
#- ./gradlew --console=plain lint
#- ./gradlew --console=plain checkstyle
lintRelease: lintRelease:
stage: test stage: test
@ -58,7 +58,7 @@ testAll:
except: except:
- master - master
script: script:
- ./gradlew --console=plain test
#- ./gradlew --console=plain test
testRelease: testRelease:
stage: test stage: test
@ -76,7 +76,7 @@ buildDebug:
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
- app/build/outputs/
#- app/build/outputs/
buildRelease: buildRelease:
stage: build stage: build


Loading…
Cancel
Save