File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ packer-linux.output: $(PACKER_LINUX_FILES)
79
79
-v " $( PWD) :/src" \
80
80
--rm \
81
81
-w /src/packer/linux \
82
- hashicorp/packer:$(PACKER_VERSION ) build -var ' ami=$(AMZN_LINUX2_AMI)' -var ' region=$(AWS_REGION)' \
82
+ hashicorp/packer:$(PACKER_VERSION ) build -timestamp-ui - var ' ami=$(AMZN_LINUX2_AMI)' -var ' region=$(AWS_REGION)' \
83
83
buildkite-ami.json | tee $@
84
84
85
85
build/windows-ami.txt : packer-windows.output env-AWS_REGION
@@ -99,7 +99,7 @@ packer-windows.output: $(PACKER_WINDOWS_FILES)
99
99
-v " $( PWD) :/src" \
100
100
--rm \
101
101
-w /src/packer/windows \
102
- hashicorp/packer:$(PACKER_VERSION ) build -var ' region=$(AWS_REGION)' \
102
+ hashicorp/packer:$(PACKER_VERSION ) build -timestamp-ui - var ' region=$(AWS_REGION)' \
103
103
buildkite-ami.json | tee $@
104
104
105
105
# -----------------------------------------
You can’t perform that action at this time.
0 commit comments