From 7f56cd33505aeed8ae60f64a20bcf2807162a72f Mon Sep 17 00:00:00 2001 From: John Swinbank <swinbank@astron.nl> Date: Tue, 15 Jun 2021 08:49:11 +0200 Subject: [PATCH] Print status --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8377473..e0624b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: build: before_script: - - apt install -y git-lfs + - apt-get update && apt-get install -y git-lfs script: - git describe --always --dirty - git status -- GitLab