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
1 merge request!1Draft: Resolve "Extrahovat Gateway z projketu dna-analyser"
Pipeline #157783 failed with stages
in 1 minute and 55 seconds
variables: variables:
SPRING_PROFILES_ACTIVE: gitlab SPRING_PROFILES_ACTIVE: gitlab
cache:
untracked: true
key: "$CI_COMMIT_MESSAGE"
paths:
- .gradle
- build
stages: stages:
- analyse - analyse
- build - build
...@@ -35,14 +42,15 @@ code_quality_json: ...@@ -35,14 +42,15 @@ code_quality_json:
# Stage: build # Stage: build
# =========================================================================== # ===========================================================================
build-bootJar: gradlew-bootJar:
stage: build stage: build
image: eclipse-temurin:17-jdk-alpine image: eclipse-temurin:17-jdk-alpine
script: script:
- ./gradlew bootJar - ./gradlew bootJar
build-image: docker-build:
stage: build stage: build
image: docker
script: script:
- docker build -t $DOCKER_NAMESPACE/gateway:latest . - 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