diff --git a/reposync.nomad b/reposync.nomad index 96a287c22b9817e74600f60231dcd3e6b4dac708..162d4abccd3d72dfb53495f530c372e07873c4ed 100644 --- a/reposync.nomad +++ b/reposync.nomad @@ -13,7 +13,7 @@ job "${JOB_PREFIX}reposync" { config { image = "https://gitlab-registry.cern.ch/linuxsupport/containers/reposync_test/do_reposync:${CI_COMMIT_REF_NAME}" - force_pull = "${FORCE_PULL}" + force_pull = ${FORCE_PULL} logging { type = "gelf" config { diff --git a/reposync_oneshot.nomad b/reposync_oneshot.nomad index 5da4bc092cc413769effb0e6b612541cb2cd6128..940035c9fec4f82835c4e0fc1cc6b470be9b118c 100644 --- a/reposync_oneshot.nomad +++ b/reposync_oneshot.nomad @@ -12,7 +12,7 @@ job "${JOB_PREFIX}reposync_oneshot" { config { image = "https://gitlab-registry.cern.ch/linuxsupport/containers/reposync_test/reposync_scheduler:${CI_COMMIT_REF_NAME}" - force_pull = "${FORCE_PULL}" + force_pull = ${FORCE_PULL} logging { type = "gelf" config { diff --git a/reposync_scheduler.nomad b/reposync_scheduler.nomad index a1158ff69de5de6a9b9c366ba250ef1f72bfa9b1..79680970ebf0b7ba65c0ddd427dff739a4f24dad 100644 --- a/reposync_scheduler.nomad +++ b/reposync_scheduler.nomad @@ -15,7 +15,7 @@ job "${JOB_PREFIX}reposync_scheduler" { config { image = "https://gitlab-registry.cern.ch/linuxsupport/containers/reposync_test/reposync_scheduler:${CI_COMMIT_REF_NAME}" - force_pull = "${FORCE_PULL}" + force_pull = ${FORCE_PULL} logging { type = "gelf" config {