Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2021-08-20 14:22:36 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-08-20 14:22:36 +0300
commit38de374412b7942bd25ab2e784eea016636203ce (patch)
treef86969b696ea93b3e4ff968cd91db4770ecbc152 /.gitlab-ci.yml
parentdb71f0271d6c1d625532a6a5fd92dc5c735ce30a (diff)
Show the available disk space of the review apps server
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa011ade..4dfbb069 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -472,6 +472,7 @@ clean-pages:
cache: {}
script:
- /home/gitlab-runner/clean-pages ${CLEAN_REVIEW_APPS_DAYS}
+ - df -h
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $CLEAN_REVIEW_APPS_DAYS'
when: manual