Skip to content

Commit

Permalink
try using full path
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed Jan 25, 2024
1 parent c5e8e3d commit 8a30b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion democluster/democluster.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ build {

post-processor "shell-local" {
inline = [
"mkdir final
"mkdir -p final",
"cp output-stage0/packer-stage0 final/democluster.img",
"rm -rf output-stage0/",
"chmod -R 777 final",
Expand Down

0 comments on commit 8a30b6a

Please sign in to comment.