ci: Use precise version number & show errors
This commit is contained in:
parent
856f047d16
commit
6d9a6078b3
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ stages:
|
|||
|
||||
build:executable:
|
||||
stage: build
|
||||
image: crystallang/crystal:1.5
|
||||
image: crystallang/crystal:1.5.0
|
||||
script:
|
||||
# Debug
|
||||
- crystal version
|
||||
|
|
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ all: build
|
|||
|
||||
build:
|
||||
shards install
|
||||
shards build
|
||||
shards build --error-trace
|
||||
|
||||
docker: docker-build docker-test docker-push
|
||||
|
||||
|
|
Loading…
Reference in a new issue