stash
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
j3d1 2021-07-12 20:51:38 +02:00
parent aa1b229b2d
commit 2ac41fe831
2 changed files with 1 additions and 1 deletions

View file

@ -64,6 +64,7 @@ steps:
base_url: https://git.neulandlabor.de/ base_url: https://git.neulandlabor.de/
files: files:
- firmware/firmware/fiatlux.bin - firmware/firmware/fiatlux.bin
- pcb/gen.zip
checksum: checksum:
- sha512 - sha512
- md5 - md5

View file

@ -1,4 +1,3 @@
all: all:
@mkdir -p gen @mkdir -p gen
@touch gen/foo
@cd gen; zip ../gen.zip * @cd gen; zip ../gen.zip *