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:
|
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
|
||||||
|
|
|
@ -7,6 +7,10 @@ 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`)
|
||||||
|
|
Loading…
Reference in a new issue