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

Clean up

parent 96fadf7b
No related branches found
No related tags found
3 merge requests!160Update Graal Image in CI pipeline,!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline
Pipeline #3835 passed
...@@ -214,8 +214,6 @@ deploy-uc4-load-generator: ...@@ -214,8 +214,6 @@ deploy-uc4-load-generator:
# Theodolite Framework # Theodolite Framework
.theodolite: .theodolite:
#image: ghcr.io/graalvm/graalvm-ce:java11-21.0.0.2
#image: ghcr.io/graalvm/native-image:java11-21.1.0
image: image:
name: ghcr.io/graalvm/native-image:java11-21.1.0 name: ghcr.io/graalvm/native-image:java11-21.1.0
entrypoint: [""] entrypoint: [""]
...@@ -245,7 +243,6 @@ build-theodolite-native: ...@@ -245,7 +243,6 @@ build-theodolite-native:
stage: build stage: build
extends: .theodolite extends: .theodolite
script: script:
#- gu install native-image # TODO move to image
- ./gradlew --build-cache assemble -Dquarkus.package.type=native - ./gradlew --build-cache assemble -Dquarkus.package.type=native
when: manual when: manual
artifacts: artifacts:
......
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