simpleci 0.1.1

A simple tool to run CICD pipelines locally
1
2
3
4
5
6
7
8
---
script:
  - echo "Testing sh shell"
  - "[ -z \"$BASH_VERSION\" ] || exit 1"
  - echo "Confirmed sh shell, no bash"
  - echo "SHELL_TEST=sh" > /tmp/shell_test_sh.txt
  - cat /tmp/shell_test_sh.txt
  - echo "Sh shell test passed"