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

Fix types

parent 76051936
No related branches found
No related tags found
1 merge request!2Better dev workflow
Pipeline #522878 passed
...@@ -13,7 +13,7 @@ job "${JOB_PREFIX}reposync" { ...@@ -13,7 +13,7 @@ job "${JOB_PREFIX}reposync" {
config { config {
image = "https://gitlab-registry.cern.ch/linuxsupport/containers/reposync_test/do_reposync:${CI_COMMIT_REF_NAME}" 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 { logging {
type = "gelf" type = "gelf"
config { config {
......
...@@ -12,7 +12,7 @@ job "${JOB_PREFIX}reposync_oneshot" { ...@@ -12,7 +12,7 @@ job "${JOB_PREFIX}reposync_oneshot" {
config { config {
image = "https://gitlab-registry.cern.ch/linuxsupport/containers/reposync_test/reposync_scheduler:${CI_COMMIT_REF_NAME}" 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 { logging {
type = "gelf" type = "gelf"
config { config {
......
...@@ -15,7 +15,7 @@ job "${JOB_PREFIX}reposync_scheduler" { ...@@ -15,7 +15,7 @@ job "${JOB_PREFIX}reposync_scheduler" {
config { config {
image = "https://gitlab-registry.cern.ch/linuxsupport/containers/reposync_test/reposync_scheduler:${CI_COMMIT_REF_NAME}" 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 { logging {
type = "gelf" type = "gelf"
config { config {
......
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