Skip to content

Commit 83569d4

Browse files
authored
Merge pull request #755 from buildkite/packer-timestamps
add timestamps to packer output
2 parents 3620dc9 + 50190d5 commit 83569d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ packer-linux.output: $(PACKER_LINUX_FILES)
7979
-v "$(PWD):/src" \
8080
--rm \
8181
-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)' \
8383
buildkite-ami.json | tee $@
8484

8585
build/windows-ami.txt: packer-windows.output env-AWS_REGION
@@ -99,7 +99,7 @@ packer-windows.output: $(PACKER_WINDOWS_FILES)
9999
-v "$(PWD):/src" \
100100
--rm \
101101
-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)' \
103103
buildkite-ami.json | tee $@
104104

105105
# -----------------------------------------

0 commit comments

Comments
 (0)