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

Update .gitlab-ci.yml

parent 27295d9d
Branches
Tags
No related merge requests found
Pipeline #856 failed
...@@ -5,6 +5,7 @@ build: ...@@ -5,6 +5,7 @@ build:
stage: build stage: build
image: nimmis/alpine-java:openjdk-8-jdk image: nimmis/alpine-java:openjdk-8-jdk
variables: variables:
GIT_STRATEGY: clone
GRADLE_OPTS: "-Dorg.gradle.daemon=false" GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script: before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle - export GRADLE_USER_HOME=`pwd`/.gradle
...@@ -26,6 +27,8 @@ build: ...@@ -26,6 +27,8 @@ build:
publish: publish:
stage: deploy stage: deploy
image: bravissimolabs/alpine-git image: bravissimolabs/alpine-git
variables:
GIT_STRATEGY: none
before_script: before_script:
- git config user.name "$GITLAB_USER_NAME" - git config user.name "$GITLAB_USER_NAME"
- git config user.email "$GITLAB_USER_EMAIL" - 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