Drone Releases
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Florian Brinker 2019-10-23 10:12:53 +02:00
parent 4fa37187dc
commit 1438d14e3d

View File

@ -2,15 +2,23 @@
kind: pipeline
name: default
clone:
disable: true
steps:
- name: clone
image: alpine/git
commands:
- git clone git@git.f-brinker.de:fbrinker/elderscrolls-addon-achievementInfo.git sources
- git checkout $DRONE_COMMIT
- name: build
image: alpine
commands:
- apk update && apk add --no-cache zip
- ls -al
- pwd
- zip -r test.zip .
- rm -rf sources/.git
- mv sources achievementInfo-draft
- zip -r achievementInfo.zip ./achievementInfo-draft
# when:
# event: tag