From bdb21395e725a24a2bf6309d0745797d966641d3 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 17 Jul 2023 22:04:01 +0000 Subject: [PATCH] feat: gitlab-ci-local support --- .gitlab-ci-local-variables.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitlab-ci-local-variables.yml diff --git a/.gitlab-ci-local-variables.yml b/.gitlab-ci-local-variables.yml new file mode 100644 index 00000000..6d3db564 --- /dev/null +++ b/.gitlab-ci-local-variables.yml @@ -0,0 +1,3 @@ +BENCHMARKS_REGISTRY: docker.io/eicweb +BENCHMARKS_CONTAINER: jug_xl +BENCHMARKS_TAG: nightly -- GitLab