This commit is contained in:
parent
23e3fdbdf5
commit
ac55eced09
@ -10,7 +10,8 @@ steps:
|
|||||||
from_secret: build_username
|
from_secret: build_username
|
||||||
dockerfile: Containerfile
|
dockerfile: Containerfile
|
||||||
tags: latest
|
tags: latest
|
||||||
secrets: id=CONFIG_JSON
|
config_json:
|
||||||
|
from_secret: config_json
|
||||||
when:
|
when:
|
||||||
- branch: 'master'
|
- branch: 'master'
|
||||||
event: push
|
event: push
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cp /run/secrets/config_json config.json
|
echo "$CONFIG_JSON" >> config.json
|
||||||
for d in packs/*/ ; do
|
for d in packs/*/ ; do
|
||||||
sticker-pack "$d" --add-to-index web/packs/
|
sticker-pack "$d" --add-to-index web/packs/
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user