No tenemos tests
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
stages:
|
||||
- "test"
|
||||
- "build"
|
||||
- "upload"
|
||||
- "release"
|
||||
@ -7,12 +6,6 @@ variables:
|
||||
RELEASE_DIRECTORY: "rap-inbox-${CI_COMMIT_TAG}-linux-amd64"
|
||||
RELEASE_TARBALL: "${RELEASE_DIRECTORY}.tar.gz"
|
||||
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:1.6-alpine"
|
||||
script:
|
||||
- "shards install"
|
||||
- "crystal spec"
|
||||
build:
|
||||
rules:
|
||||
- if: "$CI_COMMIT_TAG"
|
||||
|
||||
Reference in New Issue
Block a user