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