From 5068a632d65305212751a8d8204e94d359aa3b66 Mon Sep 17 00:00:00 2001 From: St ef Date: Wed, 2 Jun 2021 23:54:40 +0200 Subject: [PATCH] Release Candidate --- .gitignore | 1 + ci-settings.xml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 ci-settings.xml diff --git a/.gitignore b/.gitignore index 191769767..4a6968dbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.m2/* target/* .settings/* .classpath 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