Skip to content

Commit 8060928

Browse files
committed
🐛 : declare docker as the default executor
1 parent 3e3267e commit 8060928

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/application.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ gaia.runner.concurrency=10
1111
# gaia.runner.api.username=gaia-runner
1212
# gaia.runner.api.password=mysecretpassword
1313

14+
# Executor configuration
15+
gaia.runner.executor=docker
16+
#gaia.runner.executor=k8s
17+
1418
############################
1519
# docker runner properties #
1620
############################

0 commit comments

Comments
 (0)