1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-24 05:45:11 +03:00
guide/.gitlab-ci.yml

14 lines
187 B
YAML
Raw Normal View History

2017-08-12 23:24:35 +03:00
image: registry.gitlab.frielforreal.com/aelve/guide-build:latest
2017-08-10 10:40:27 +03:00
2017-08-10 10:56:33 +03:00
cache:
2017-08-10 18:48:06 +03:00
untracked: true
2017-08-10 23:14:47 +03:00
paths:
- .stack-work
2017-08-10 18:48:06 +03:00
2017-08-10 10:40:27 +03:00
stages:
- build
build:
stage: build
script:
2017-08-10 23:14:47 +03:00
- stack build