From 4133b0a0523eef2c85688f238e4b2924f630b4a3 Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Sat, 14 Nov 2020 20:34:52 +0100
Subject: [PATCH] Remove cleanup stage

---
 .gitlab-ci.yml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37be34d..c3d4ef9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,6 @@ stages:
   - readme
   - test
   - publish
-  - cleanup
 
 before_script:
   - docker info
@@ -76,12 +75,4 @@ test_proxy:
 #    - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
 #    - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm-proxy -f Dockerfile.proxy .
 #    - docker push $DOCKER_USER/$DOCKER_REPO:arm-proxy
-#    - docker system prune --all --force
-
-cleanup:
-  stage: cleanup
-  tags:
-    - shell
-  script:
-    - rm -rf * .dockerignore .github .gitignore .gitlab
-    - ls -ahl
\ No newline at end of file
+#    - docker system prune --all --force
\ No newline at end of file
-- 
GitLab