From 9c2bce3fabf1f9bf65e62cfe52a52c40169f0dd7 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 2 Oct 2024 11:25:19 -0700 Subject: [PATCH] Clean up lego --- core/lego.nomad | 1 - 1 file changed, 1 deletion(-) diff --git a/core/lego.nomad b/core/lego.nomad index 16b7e52..299a5be 100644 --- a/core/lego.nomad +++ b/core/lego.nomad @@ -29,7 +29,6 @@ job "lego" { driver = "exec" config { - # image = "alpine:3" command = "/bin/bash" args = ["${NOMAD_TASK_DIR}/start.sh"] }