diff --git a/.drone.yml b/.drone.yml index 6ff4185..56f373b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,9 @@ steps: - name: build image: alpine commands: + - apk update && apk add --no-cache zip - ls -al + - pwd - zip -r test.zip . # when: # event: tag