reef 0.1.13

a package to execute and log system commands
1
2
3
4
5
6
7
8
9
10
11
image : trestle/ferris:latest

stages:
  - build

build_job:
  stage: build
  only:
    - tags  # the build process will only be started by git tag commits
  script:
    - cargo make ci-flow