Skip to content

Commit

Permalink
fix(*): create build directory (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Jun 9, 2018
1 parent 9823c35 commit 9321d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ script:
set -e
mkdir -p ./build
rm -rf ./build/*
cd tools && conform enforce
cd ../kernel && conform enforce
cd ../initramfs && conform enforce
Expand Down
1 change: 0 additions & 1 deletion generate/.conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
srcSyslinux: https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.tar.xz
script:
template: |
mkdir -p ../build
docker run --rm -v $PWD/../build:/out -v /dev:/dev --privileged {{ .Docker.Image.Name }}:{{ .Docker.Image.Tag }} {{ index .Variables "cmd" }}
pipeline:
stages:
Expand Down

0 comments on commit 9321d7a

Please sign in to comment.