From 1cadfa1c3880c4f753faa097ed2bd4c7a95bcec5 Mon Sep 17 00:00:00 2001
From: nrbffs <git-ffs@nicoboehr.de>
Date: Sat, 6 Jun 2020 17:44:30 +0200
Subject: [PATCH] print build.date

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c44ec7b1..b2f3a6af4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ generate_date:
 update:
   stage: update
   script:
+    - cat build.date
     - make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" FFS_BUILD_DATE=$(cat build.date)
   artifacts:
     paths:
-- 
GitLab