update drone
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
philipp lang 2022-11-22 23:49:22 +01:00
parent f98ceb2eec
commit 5d4928554b
1 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,9 @@ kind: pipeline
type: docker
name: default
workspace:
path: /drone/nami
steps:
- name: submodules
image: alpine/git
@ -56,7 +59,7 @@ steps:
commands:
- apt-get update -yqq
- apt-get install -yqq zip tar
- tar -czf nami.tar.gz ./
- cd .. && tar -cvzf nami.tar.gz ./nami && mv nami.tar.gz nami/ && cd nami
when:
event: tag