Delete .gitlab-ci.yml
This commit is contained in:
parent
5b65b1e7c5
commit
d0b4f6107a
@ -1,15 +0,0 @@
|
||||
image: gradle:latest
|
||||
|
||||
before_script:
|
||||
- GRADLE_USER_HOME="$(pwd)/.gradle"
|
||||
- export GRADLE_USER_HOME
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script: gradle --build-cache assemble
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_NAME"
|
||||
policy: push
|
||||
paths:
|
||||
- build
|
||||
- .gradle
|
Loading…
x
Reference in New Issue
Block a user