ci: Use precise version number & show errors

This commit is contained in:
Glenn Y. Rolland 2022-07-09 19:51:37 +02:00
parent 856f047d16
commit 6d9a6078b3
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ stages:
build:executable:
stage: build
image: crystallang/crystal:1.5
image: crystallang/crystal:1.5.0
script:
# Debug
- crystal version

View file

@ -3,7 +3,7 @@ all: build
build:
shards install
shards build
shards build --error-trace
docker: docker-build docker-test docker-push