Skip to content

Commit

Permalink
FIX gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Oct 1, 2019
1 parent 13f9945 commit b7b5e0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -23,7 +23,6 @@ cache:

maven-deploy:
stage: deploy
image: maven:alpine
script: "mvn clean deploy $MAVEN_CLI_OPTS"
artifacts:
paths:
Expand All @@ -33,7 +32,6 @@ maven-deploy:

maven-install:
stage: deploy
image: maven:alpine
script: "mvn clean install $MAVEN_CLI_OPTS -DskipTests"
artifacts:
paths:
Expand All @@ -44,7 +42,6 @@ maven-install:

maven-deploy-tag:
stage: deploy
image: maven:alpine
script: "mvn clean deploy $MAVEN_CLI_OPTS -Pprod -DskipTests"
artifacts:
paths:
Expand Down Expand Up @@ -107,7 +104,6 @@ catapult-deploy-image:
#la release è opzionale e manuale.
perform-maven-release-maven-central:
stage: release
image: maven:alpine
script:
- 'which git || (apk add --update git && rm -rf /var/cache/apk/*)'
# Install ssh-agent if not already installed, it is required by Docker.
Expand Down

0 comments on commit b7b5e0e

Please sign in to comment.