From fef103f970c09b899c3bccb3fd62d0f5e6f390eb Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Thu, 3 Oct 2024 14:16:20 +0200 Subject: [PATCH] fix ci pipeline --- .gitlab-ci.yml | 2 +- infra/jobs/central/{certbot.nomad => certbot.levant.nomad} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename infra/jobs/central/{certbot.nomad => certbot.levant.nomad} (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14a5935..a569ef8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ default: image: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG before_script: - - python --version # For debugging + - '[ -x "$(command -v python)" ] && python --version' cache: paths: - .cache/pip diff --git a/infra/jobs/central/certbot.nomad b/infra/jobs/central/certbot.levant.nomad similarity index 100% rename from infra/jobs/central/certbot.nomad rename to infra/jobs/central/certbot.levant.nomad -- GitLab