Set debug flag in nomad template
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3e4ae9cf27
commit
2a8cb0bb54
@ -44,7 +44,7 @@ job "lure-updater" {
|
|||||||
ports = ["webhook"]
|
ports = ["webhook"]
|
||||||
volumes = ["local/lure-updater/:/opt/lure-updater:ro"]
|
volumes = ["local/lure-updater/:/opt/lure-updater:ro"]
|
||||||
command = "/opt/lure-updater/lure-updater"
|
command = "/opt/lure-updater/lure-updater"
|
||||||
args = ["-E"]
|
args = ["-dE"]
|
||||||
}
|
}
|
||||||
|
|
||||||
artifact {
|
artifact {
|
||||||
|
Loading…
Reference in New Issue
Block a user