Usar Crystal 1.6
This commit is contained in:
@ -9,7 +9,7 @@ variables:
|
||||
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/rap-inbox/${CI_COMMIT_TAG}/${RELEASE_TARBALL}"
|
||||
test:
|
||||
stage: "test"
|
||||
image: "crystallang/crystal:latest-alpine"
|
||||
image: "crystallang/crystal:1.6-alpine"
|
||||
script:
|
||||
- "shards install"
|
||||
- "crystal spec"
|
||||
@ -17,7 +17,7 @@ build:
|
||||
rules:
|
||||
- if: "$CI_COMMIT_TAG"
|
||||
stage: "build"
|
||||
image: "crystallang/crystal:latest-alpine"
|
||||
image: "crystallang/crystal:1.6-alpine"
|
||||
cache:
|
||||
paths:
|
||||
- "lib/"
|
||||
|
||||
22
shard.lock
22
shard.lock
@ -1,18 +1,18 @@
|
||||
version: 1.0
|
||||
version: 2.0
|
||||
shards:
|
||||
backtracer:
|
||||
git: https://github.com/sija/backtracer.cr.git
|
||||
version: 1.2.2
|
||||
|
||||
exception_page:
|
||||
github: crystal-loot/exception_page
|
||||
version: 0.1.4
|
||||
git: https://github.com/crystal-loot/exception_page.git
|
||||
version: 0.3.1
|
||||
|
||||
kemal:
|
||||
github: kemalcr/kemal
|
||||
commit: a8c0f09b858162bd13c96663febef5527b322a32
|
||||
|
||||
kilt:
|
||||
github: jeromegn/kilt
|
||||
version: 0.4.0
|
||||
git: https://github.com/kemalcr/kemal.git
|
||||
version: 1.3.0+git.commit.ae7cda829162ea27668b3fc79cd1868026e25098
|
||||
|
||||
radix:
|
||||
github: luislavena/radix
|
||||
version: 0.3.9
|
||||
git: https://github.com/luislavena/radix.git
|
||||
version: 0.4.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user