Update .gitlab-ci.yml

This commit is contained in:
Raman deep
2021-01-31 14:11:01 +00:00
parent ee1cc63d67
commit 83fcdda9f6

View File

@@ -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