| @@ -1,14 +1,16 @@ | |||||
| kind: pipeline | kind: pipeline | ||||
| type: docker | type: docker | ||||
| name: first | name: first | ||||
| #platform: | |||||
| # os: linux | |||||
| # arch: arm64 | |||||
| platform: | |||||
| os: linux | |||||
| arch: arm64 | |||||
| steps: | steps: | ||||
| - name: pip | - name: pip | ||||
| image: python:3 | image: python:3 | ||||
| commands: | commands: | ||||
| - echo **start** | |||||
| - pip install -r requirements.txt | - pip install -r requirements.txt | ||||
| - python run_excel_re.py | - python run_excel_re.py | ||||
| - ls -lR test_Report | - ls -lR test_Report | ||||