0
This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ghast-tools/.gitlab-ci.yml
2021-10-22 12:46:58 +03:00

12 lines
221 B
YAML

image: gradle:7.2.0-jdk8
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
build:
stage: build
only:
- master
script: gradle --console=plain publish