14 lines
229 B
YAML
14 lines
229 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
tags: ["build"]
|
|
script:
|
|
- ./make_tarball.sh
|
|
artifacts:
|
|
paths:
|
|
- www.unturf.com.tar.gz
|
|
- www.unturf.com.tar.gz.hash
|
|
- commit-hash.txt
|
|
expire_in: 1 month
|