Compare commits

..

No commits in common. "d4ca9336b4ea9f4902883fcb917f9ca9beb298e1" and "db07e706792d1e91541fdace21169d6b625d28d0" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View file

@ -4,11 +4,12 @@ platform: linux/amd64
pipeline: pipeline:
build-bot-amd64: build-bot-amd64:
image: plugins/docker image: plugins/docker
secrets:
- source: docker_token
target: docker_password
settings: settings:
registry: git.hhhammer.de registry: git.hhhammer.de
username: ci username: ci
password:
from_secret: docker_token
dockerfile: Containerfile dockerfile: Containerfile
target: bot target: bot
repo: git.hhhammer.de/hamburghammer/flyclt-deploy repo: git.hhhammer.de/hamburghammer/flyclt-deploy

View file

@ -7,10 +7,6 @@ COPY db/pom.xml db/
COPY bot/pom.xml bot/ COPY bot/pom.xml bot/
COPY migration/pom.xml migration/ COPY migration/pom.xml migration/
COPY web/pom.xml web/ COPY web/pom.xml web/
# Adding default Maven arguments
ENV MAVEN_CLI_OPTS="--batch-mode"
# Resolve dependencies for shared libraries # Resolve dependencies for shared libraries
RUN mvn -pl db -am dependency:go-offline RUN mvn -pl db -am dependency:go-offline
# Install the shared libraries in the local Maven repo (`.m2`) # Install the shared libraries in the local Maven repo (`.m2`)