From 856f047d16cb072635ad6475928c74adc620505c Mon Sep 17 00:00:00 2001 From: Glenn Date: Sat, 9 Jul 2022 19:39:39 +0200 Subject: [PATCH] ci: Show versions for crystal/shards --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36eb866..6d9ba29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,10 @@ build:executable: stage: build image: crystallang/crystal:1.5 script: + # Debug + - crystal version + - shards version + # Build - make build artifacts: paths: