From 710282038f8ef91eb120782a925ce4e9835f122b Mon Sep 17 00:00:00 2001 From: FyloZ Date: Thu, 4 Mar 2021 16:04:14 -0500 Subject: [PATCH] CI/CD --- .gitignore | 1 + .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cc1212e..ae6b357 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ .gradle/ gradle/ +gradlew* build/ logs/ dokka/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c9afe1..a963f1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: test: stage: test script: - - gradle test + - gradle --no-daemon test artifacts: when: always reports: @@ -19,4 +19,4 @@ deploy-maven: only: - master script: - docker publish + - gradle --no-daemon publish