Skip to content
Snippets Groups Projects
Commit 4d05ab8f authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Use yaml-executor as default execution mode

parent 37ba999a
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
......@@ -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