Update .gitlab-ci.yml
This commit is contained in:
@@ -24,14 +24,6 @@ stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
before_script:
|
||||
- export GRADLE_USER_HOME=$(pwd)/.gradle
|
||||
- chmod +x ./gradlew
|
||||
|
||||
cache:
|
||||
key: ${CI_PROJECT_ID}
|
||||
paths:
|
||||
- .gradle/
|
||||
|
||||
build_dev_debug:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user