Delete .gitlab-ci.yml

This commit is contained in:
Jörg Henke 2022-10-08 16:26:19 +00:00
parent 5b65b1e7c5
commit d0b4f6107a

View File

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