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