Skip to content

Commit ce02265

Browse files
committed
Ensure stage directory exists when AMI is created.
1 parent 71e968d commit ce02265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ validate:
5757
-var "component=null" \
5858
templates/generic.json
5959

60-
$(AMIS):
60+
$(AMIS): stage
6161
mkdir -p logs/
6262
PACKER_LOG_PATH=logs/packer-$@.log \
6363
PACKER_LOG=1 \

0 commit comments

Comments
 (0)