This commit is contained in:
parent
4fa37187dc
commit
1438d14e3d
14
.drone.yml
14
.drone.yml
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user