Skip to content
Snippets Groups Projects
Commit e91cb000 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Tags aren't needed

parent cf12b2cf
No related branches found
No related tags found
1 merge request!1Promote to production
Pipeline #520531 passed
......@@ -17,7 +17,6 @@ job "${JOB_PREFIX}reposync" {
type = "gelf"
config {
gelf-address = "udp://127.0.0.1:12201"
tag = "${JOB_PREFIX}reposync"
env = "NOMAD_JOB_NAME,NOMAD_GROUP_NAME,NOMAD_TASK_NAME,NOMAD_ALLOC_ID,NOMAD_ALLOC_NAME,NOMAD_ALLOC_INDEX,NOMAD_META_PARENT_JOB"
}
}
......
......@@ -16,7 +16,6 @@ job "${JOB_PREFIX}reposync_oneshot" {
type = "gelf"
config {
gelf-address = "udp://127.0.0.1:12201"
tag = "${JOB_PREFIX}reposync_oneshot"
env = "NOMAD_JOB_NAME,NOMAD_GROUP_NAME,NOMAD_TASK_NAME,NOMAD_ALLOC_ID,NOMAD_ALLOC_NAME,NOMAD_ALLOC_INDEX,NOMAD_META_PARENT_JOB"
}
}
......
......@@ -19,7 +19,6 @@ job "${JOB_PREFIX}reposync_scheduler" {
type = "gelf"
config {
gelf-address = "udp://127.0.0.1:12201"
tag = "${JOB_PREFIX}reposync_scheduler"
env = "NOMAD_JOB_NAME,NOMAD_GROUP_NAME,NOMAD_TASK_NAME,NOMAD_ALLOC_ID,NOMAD_ALLOC_NAME,NOMAD_ALLOC_INDEX,NOMAD_META_PARENT_JOB"
}
}
......
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