Create director before using
This commit is contained in:
@@ -21,6 +21,7 @@ in writeShellApplication {
|
|||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
mc alias set storage "$STORAGE_URL" root "$MINIO_SECRET"
|
mc alias set storage "$STORAGE_URL" root "$MINIO_SECRET"
|
||||||
|
mkdir -p cache
|
||||||
'' + (concatStringsSep "\n" (
|
'' + (concatStringsSep "\n" (
|
||||||
map (d: ''
|
map (d: ''
|
||||||
url=$(echo var.iso.url | packer console -var-file="${distroFile d}" -config-type=hcl2 sources/)
|
url=$(echo var.iso.url | packer console -var-file="${distroFile d}" -config-type=hcl2 sources/)
|
||||||
|
|||||||
Reference in New Issue
Block a user