Skip to content
Snippets Groups Projects
Commit 1fc50787 authored by Jan Kolomazník's avatar Jan Kolomazník
Browse files

Auto stash before merge of "1-extrahovat-gateway-z-projketu-dna-analyser" and...

Auto stash before merge of "1-extrahovat-gateway-z-projketu-dna-analyser" and "origin/1-extrahovat-gateway-z-projketu-dna-analyser"
parent a8951723
Branches
1 merge request!1Draft: Resolve "Extrahovat Gateway z projketu dna-analyser"
Pipeline #157783 failed with stages
in 1 minute and 55 seconds
variables:
SPRING_PROFILES_ACTIVE: gitlab
cache:
untracked: true
key: "$CI_COMMIT_MESSAGE"
paths:
- .gradle
- build
stages:
- analyse
- build
......@@ -35,14 +42,15 @@ code_quality_json:
# Stage: build
# ===========================================================================
build-bootJar:
gradlew-bootJar:
stage: build
image: eclipse-temurin:17-jdk-alpine
script:
- ./gradlew bootJar
build-image:
docker-build:
stage: build
image: docker
script:
- docker build -t $DOCKER_NAMESPACE/gateway:latest .
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment