From 18a306a81edbe3429b52166a4e607ef3c152b8b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Mon, 16 Dec 2019 09:40:28 +0100
Subject: [PATCH] MAINT: removed outdated comment; print free space

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0c7cffe..0be35c26 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,6 @@
 
 variables:
    CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-advanced-testenv
-   # With dind the docker deamon is available on the network
    # When using dind, it's wise to use the overlayfs driver for
    # improved performance.
    DOCKER_DRIVER: overlay2
@@ -70,6 +69,7 @@ build-testenv:
   only:
       - schedules
   script: 
+      - df -h
       - docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
         # use here general latest or specific branch latest...
       - docker build 
-- 
GitLab