| @@ -5,6 +5,11 @@ name: 1 | |||||
| platform: | platform: | ||||
| os: linux | os: linux | ||||
| arch: amd64 | arch: amd64 | ||||
| volumes: | |||||
| - name: cache | |||||
| host: | |||||
| path: /tmp/cache | |||||
| steps: | steps: | ||||
| - name: pip | - name: pip | ||||
| @@ -12,8 +17,15 @@ steps: | |||||
| commands: | commands: | ||||
| - echo **start** | - echo **start** | ||||
| - pip install -r requirements.txt | - pip install -r requirements.txt | ||||
| - name: pip | |||||
| image: python:3 | |||||
| commands: | |||||
| - python run_excel_re.py | - python run_excel_re.py | ||||
| - ls -lR test_Report | - ls -lR test_Report | ||||
| volumes: | |||||
| - name: cache | |||||
| path: /drone/src | |||||
| trigger: | trigger: | ||||
| branch: | branch: | ||||