simpleci 0.1.1

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