Compare commits
2 commits
db07e70679
...
d4ca9336b4
Author | SHA1 | Date | |
---|---|---|---|
d4ca9336b4 | |||
1d68948c5a |
2 changed files with 6 additions and 3 deletions
|
@ -4,12 +4,11 @@ platform: linux/amd64
|
|||
pipeline:
|
||||
build-bot-amd64:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
- source: docker_token
|
||||
target: docker_password
|
||||
settings:
|
||||
registry: git.hhhammer.de
|
||||
username: ci
|
||||
password:
|
||||
from_secret: docker_token
|
||||
dockerfile: Containerfile
|
||||
target: bot
|
||||
repo: git.hhhammer.de/hamburghammer/flyclt-deploy
|
||||
|
|
|
@ -7,6 +7,10 @@ COPY db/pom.xml db/
|
|||
COPY bot/pom.xml bot/
|
||||
COPY migration/pom.xml migration/
|
||||
COPY web/pom.xml web/
|
||||
|
||||
# Adding default Maven arguments
|
||||
ENV MAVEN_CLI_OPTS="--batch-mode"
|
||||
|
||||
# Resolve dependencies for shared libraries
|
||||
RUN mvn -pl db -am dependency:go-offline
|
||||
# Install the shared libraries in the local Maven repo (`.m2`)
|
||||
|
|
Loading…
Reference in a new issue