Skip to content
Snippets Groups Projects
Commit fae64967 authored by Andreas Fehn's avatar Andreas Fehn
Browse files

Update .gitlab-ci.yml

parent 27295d9d
No related branches found
No related tags found
No related merge requests found
Pipeline #856 failed
......@@ -5,6 +5,7 @@ build:
stage: build
image: nimmis/alpine-java:openjdk-8-jdk
variables:
GIT_STRATEGY: clone
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
......@@ -26,6 +27,8 @@ build:
publish:
stage: deploy
image: bravissimolabs/alpine-git
variables:
GIT_STRATEGY: none
before_script:
- git config user.name "$GITLAB_USER_NAME"
- git config user.email "$GITLAB_USER_EMAIL"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment