Skip to content
Snippets Groups Projects
Commit fc836e9f authored by Sören Henning's avatar Sören Henning
Browse files

Fix conflicting before script definitions

parent 7a0298b3
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!94Build native images in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2274 failed
......@@ -176,7 +176,6 @@ deploy-uc4-load-generator:
# Theodolite Framework
.theodolite:
#image: openjdk:11-jdk
image: ghcr.io/graalvm/graalvm-ce:java11-21.0.0.2
tags:
- exec-docker
......@@ -204,8 +203,9 @@ build-theodolite-native:
stage: build
extends: .theodolite
before_script:
script:
- gu install native-image # TODO move to image
script: ./gradlew --build-cache assemble -Dquarkus.package.type=native
- ./gradlew --build-cache assemble -Dquarkus.package.type=native
artifacts:
paths:
- "theodolite-quarkus/build/*-runner"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment