diff --git a/.drone.yml b/.drone.yml index d95d2ab..c2d287a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,16 @@ kind: pipeline type: docker name: first -#platform: -# os: linux -# arch: arm64 + +platform: + os: linux + arch: arm64 steps: - name: pip image: python:3 commands: + - echo **start** - pip install -r requirements.txt - python run_excel_re.py - ls -lR test_Report