| @@ -10,8 +10,8 @@ volumes: | |||||
| - name: cache | - name: cache | ||||
| host: | host: | ||||
| path: /tmp/cache | path: /tmp/cache | ||||
| steps: | steps: | ||||
| - name: build | - name: build | ||||
| image: python:3 | image: python:3 | ||||
| commands: | commands: | ||||
| @@ -23,7 +23,7 @@ steps: | |||||
| commands: | commands: | ||||
| - 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 | |||||
| - cp -r test_Report/* /tmp/cache | - cp -r test_Report/* /tmp/cache | ||||
| volumes: | volumes: | ||||
| - name: cache | - name: cache | ||||