From 5af366ba0b58ba640f14c77e6d1bacdd3ad39863 Mon Sep 17 00:00:00 2001
From: Pavel Vondruska <dexter.cz@gmail.com>
Date: Wed, 12 Apr 2023 15:45:40 +0200
Subject: [PATCH] Spatny zakladni image v gitlab ci

---
 .gitlab-ci.yml | 2 +-
 make.sh        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c5be7d..188169a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:bullseye
+image: debian:buster
 
 # Is performed before the scripts in the stages step
 before_script:  
diff --git a/make.sh b/make.sh
index a93f6ef..cc9c7ed 100755
--- a/make.sh
+++ b/make.sh
@@ -2,7 +2,6 @@
 
 # Nastaveni promennych
 export DEBIAN_FRONTEND=noninteractive
-export DEBEMAIL="Pavel Vondruska <vondruska@cesnet.cz>"
 
 # Nacteni promennych o bezicim systemu vcetne verzi
 . /etc/os-release
-- 
GitLab