From a63131b153a7e1cbf4c82a66f21a3ea170c90d2e Mon Sep 17 00:00:00 2001 From: jas35484 Date: Sun, 16 Jan 2022 18:39:31 -0600 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index badfe6971..45112bfdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,24 +18,25 @@ variables: GRADLE_OPTS: "-Dorg.gradle.daemon=false" before_script: - - export GRADLE_USER_HOME=`pwd`/.gradle + - export GRADLE_USER_HOME=`pwd` build: stage: build - script: ./gradlew.bat build + script: ./gradlew build cache: key: "$CI_COMMIT_REF_NAME" policy: push paths: - build - .gradle + - . -test: - stage: test - script: gradle check - cache: - key: "$CI_COMMIT_REF_NAME" - policy: pull - paths: - - build - - .gradle +#test: +# stage: test +# script: gradle check +# cache: +# key: "$CI_COMMIT_REF_NAME" +# policy: pull +# paths: +# - build +# - .gradle