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:
|
build:executable:
|
||||||
stage: build
|
stage: build
|
||||||
image: crystallang/crystal:1.5
|
image: crystallang/crystal:1.5.0
|
||||||
script:
|
script:
|
||||||
# Debug
|
# Debug
|
||||||
- crystal version
|
- crystal version
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
shards install
|
shards install
|
||||||
shards build
|
shards build --error-trace
|
||||||
|
|
||||||
docker: docker-build docker-test docker-push
|
docker: docker-build docker-test docker-push
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue