From d9ba127b8ab241825ca59bb64ab6d3b1f25a9e12 Mon Sep 17 00:00:00 2001 From: Alexander Wellbrock <a.wellbrock@mailbox.org> Date: Tue, 28 Jul 2020 18:14:18 +0200 Subject: [PATCH] Revert "Switch build system to sheogorath/build-ah-engine" This reverts commit 0a59f8664ee1195d2effa511d29a4d985c2260d4. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 742107c..ebf1484 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,11 @@ -image: quay.io/sheogorath/build-ah-engine +image: registry.gitlab.com/othermo/fedora-build:latest variables: GIT_SUBMODULE_STRATEGY: 'recursive' before_script: + - git config --global user.email "info@othermo.de" + - git config --global user.name "Othermo CI" - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY build-aarch64: -- GitLab