mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 00:26:59 +00:00
Makefile: support adding files from files folder
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,8 +1,11 @@
|
|||||||
config.json: config.yaml
|
config.json: config.yaml
|
||||||
docker run --rm -i \
|
docker run --rm -i \
|
||||||
|
--volume ${PWD}:/pwd \
|
||||||
|
--workdir /pwd \
|
||||||
quay.io/coreos/butane:latest \
|
quay.io/coreos/butane:latest \
|
||||||
--strict \
|
--strict \
|
||||||
--pretty \
|
--pretty \
|
||||||
|
--files-dir files \
|
||||||
< config.yaml > config.json
|
< config.yaml > config.json
|
||||||
|
|
||||||
.reset: config.json
|
.reset: config.json
|
||||||
|
|||||||
0
files/.gitkeep
Normal file
0
files/.gitkeep
Normal file
Reference in New Issue
Block a user