Update build environment to crystal 0.33

This commit is contained in:
Anton Vakhrushev 2020-03-14 20:52:27 +03:00
parent f1f3bf63c0
commit dba628f467

View File

@ -6,7 +6,6 @@ jobs:
- image: alpine:3.10.3 - image: alpine:3.10.3
steps: steps:
- checkout - checkout
- run: ./docker/provide-crystal-alpine
- run: shards install - run: shards install
- run: make spec STAGE=prod - run: make spec STAGE=prod
- run: make build STAGE=prod - run: make build STAGE=prod