Skip to content

Commit

Permalink
Use 0 padded hour for virt image name
Browse files Browse the repository at this point in the history
Fixes issue when building image before noon and not enough coffee is on
board.
  • Loading branch information
jkenlooper authored and benpye committed Jan 25, 2022
1 parent ecf0562 commit 0a95c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
F=alpine-virt-image-$(date +%Y-%m-%d-%k%M)
F=alpine-virt-image-$(date +%Y-%m-%d-%H%M)

if [ "$CI" = "true" ]
then
Expand Down

0 comments on commit 0a95c42

Please sign in to comment.