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

Merge branch '197-switch-default-mode-to-yaml-executor' into 'theodolite-kotlin'

Use YAML-Executor as default execution mode

See merge request !118
parents 37ba999a 4d05ab8f
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!118Use YAML-Executor as default execution mode,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2698 passed
......@@ -13,7 +13,7 @@ object Main {
@JvmStatic
fun main(args: Array<String>) {
val mode = System.getenv("MODE") ?: "operator"
val mode = System.getenv("MODE") ?: "yaml-executor"
logger.info { "Start Theodolite with mode $mode" }
when(mode) {
......
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