From ab858eb9a7aa93d0ce6f2a28e3e494b00c5931d0 Mon Sep 17 00:00:00 2001 From: St ef Date: Wed, 2 Jun 2021 23:54:40 +0200 Subject: [PATCH] Initial release --- ci-settings.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ci-settings.xml diff --git a/ci-settings.xml b/ci-settings.xml new file mode 100644 index 000000000..63aafd33a --- /dev/null +++ b/ci-settings.xml @@ -0,0 +1,20 @@ + + + + gitlab-maven + + + + Job-Token + ${env.CI_JOB_TOKEN} + + + Registry + ${env.CI_REGISTRY} + + + + + + \ No newline at end of file