From a6e7a693517d02d65fae69fe05bd1881808c6ff9 Mon Sep 17 00:00:00 2001 From: John Swinbank <swinbank@astron.nl> Date: Tue, 15 Jun 2021 08:43:58 +0200 Subject: [PATCH] Print status --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc25bfd..8377473 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ variables: GIT_SUBMODULE_STRATEGY: normal build: + before_script: + - apt install -y git-lfs script: - git describe --always --dirty - git status -- GitLab