From dba628f467051cc878653732c1dc9b1594895431 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 14 Mar 2020 20:52:27 +0300 Subject: [PATCH] Update build environment to crystal 0.33 --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4232632..16d3290 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,6 @@ jobs: - image: alpine:3.10.3 steps: - checkout - - run: ./docker/provide-crystal-alpine - run: shards install - run: make spec STAGE=prod - run: make build STAGE=prod