stash
This commit is contained in:
parent
aa1b229b2d
commit
2ac41fe831
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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 *
|
||||||
|
|
Loading…
Reference in a new issue