Fix zip creation in drone
This commit is contained in:
parent
e564b1aeaa
commit
7509ef7a65
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ steps:
|
|||
pull: always
|
||||
commands:
|
||||
- apk add zip
|
||||
- cd /drone/
|
||||
- rm -r reitanlage-oranienburg/src reitanlage-oranienburg/node_modules
|
||||
- rm -rf .git node_modules src
|
||||
- cd ..
|
||||
- zip -r ro.zip reitanlage-oranienburg
|
||||
- mv ro.zip /drone/reitanlage-oranienburg/reitanlage-oranienburg-${DRONE_TAG}.zip
|
||||
|
||||
|
|
Loading…
Reference in a new issue