diff --git a/.drone.yml b/.drone.yml index f38c241..30ca56a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,11 +17,9 @@ steps: commands: - echo **start** - pip install -r requirements.txt - -- name: test - image: python:3 - commands: - - pip install xlwt +# - name: test +# image: python:3 +# commands: - python run_excel_re.py - ls -lR test_Report - cp -r test_Report/* /tmp/cache