simpleci 0.1.1

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