Update .gitlab-ci.yml file
This commit is contained in:
parent
2e48c3f173
commit
e6d494ab0c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ build_job:
|
||||||
stage: build
|
stage: build
|
||||||
image: crystallang/crystal:1.5
|
image: crystallang/crystal:1.5
|
||||||
script:
|
script:
|
||||||
- echo "Not implemented yet"
|
- make build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bin
|
- bin
|
||||||
|
|
Loading…
Reference in a new issue