Skip to content
Snippets Groups Projects
Commit 5d10fc7b authored by Michal Petrovič's avatar Michal Petrovič
Browse files

Update .gitlab-ci.yml file

parent e2f7a2cb
Branches
No related tags found
1 merge request!4Resolve "Vyuzitie cachce miesto artifacts pomocou tags pre runnery"
Pipeline #166575 canceled
......@@ -2,6 +2,10 @@ variables:
DOCKER_HOST: $DOCKER_HOST_BIO
PROJECT_NAME: "backend"
cache:
key: $CI_COMMIT_REF_NAME
paths:
- build/
stages:
- build
......@@ -18,10 +22,11 @@ stages:
gradlew-bootJar:
stage: build
tags:
- worker
- rancher02
- rancher03
image: eclipse-temurin:11-jdk-alpine
script:
# - ./gradlew bootJar
- ./gradlew bootJar
- echo "bootJar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment