diff --git a/.drone.yml b/.drone.yml index 7b88410..6ff4185 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,8 @@ steps: - name: build image: alpine commands: - zip -r test.zip ./* + - ls -al + - zip -r test.zip . # when: # event: tag