python3 update
This commit is contained in:
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
pipeline:
|
||||
modules:
|
||||
image: python:3.6
|
||||
commands:
|
||||
- ./make-modules.sh
|
||||
package:
|
||||
image: kramos/alpine-zip
|
||||
commands:
|
||||
- zip seafile.zip -r modules icon.png main.py metadata.xml settings.ui
|
||||
Reference in New Issue
Block a user