simpleci 0.1.1

A simple tool to run CICD pipelines locally
1
2
3
4
5
6
7
variables:
  WHO: "world"
  TEST: "123"
  MYVAR: "world3"
  Super: "cool"
script:
  - echo "hello $WHO"