simpleci 0.0.4

A simple tool to run CICD pipelines locally
1
2
3
4
5
6
7
8
9
10
11
12
13
14
artifacts:
  paths:
    - file1
    - test/file2

inside_docker:
  image: ubuntu
  path: /

script:
  - cp /etc/os-release file1
  - mkdir test
  - touch test/file2