From c6c7f21e1ef596e859aa613e66c6c455f529c3c1 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 7 Aug 2019 05:45:26 +0200
Subject: [PATCH] displaying artifact size

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57e0280..d024f1a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ test:
   - bundle install --path vendor
   - bower --allow-root install
   - bundle exec middleman build
+  - du -hs build
   except:
     - master
 
@@ -23,6 +24,7 @@ pages:
   - bundle install --path vendor
   - bower --allow-root install
   - bundle exec middleman build
+  - du -hs build
   artifacts:
     paths:
     - build
-- 
GitLab