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 kind: pipeline
name: default name: default
clone:
disable: true
steps: 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 - name: build
image: alpine image: alpine
commands: commands:
- apk update && apk add --no-cache zip - apk update && apk add --no-cache zip
- ls -al - rm -rf sources/.git
- pwd - mv sources achievementInfo-draft
- zip -r test.zip . - zip -r achievementInfo.zip ./achievementInfo-draft
# when: # when:
# event: tag # event: tag