From 9b8cc393b0bb840341355588c2f6caeb04e55e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> Date: Fri, 22 Jan 2021 12:56:01 +0100 Subject: [PATCH] Revert "Switch ci to byzantium" We want amber-phone This reverts commit c5767f5da784c50d3119c87e49b4b993eed539bb. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d46d05..47b898e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ variables: python3-requests python3-tqdm python3-yaml - IMAGE: pureos/byzantium .tags: &tags tags: @@ -14,7 +13,6 @@ variables: build:deb: <<: *tags stage: build - image: $IMAGE before_script: - export DEBIAN_FRONTEND=noninteractive - apt-get -y update @@ -30,7 +28,6 @@ build:deb: test:download:deb: <<: *tags stage: test - image: $IMAGE before_script: - export DEBIAN_FRONTEND=noninteractive - apt-get -y update @@ -49,7 +46,6 @@ test:download:deb: test:download:pip: <<: *tags stage: test - image: $IMAGE before_script: - export DEBIAN_FRONTEND=noninteractive - apt-get -y update -- GitLab