Skip to content

Commit 05ddb3d

Browse files
committed
Fix circle ci
1 parent 988a7a4 commit 05ddb3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/packer_basic_example_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import (
2121
var DefaultRetryablePackerErrors = map[string]string{
2222
"Script disconnected unexpectedly": "Occasionally, Packer seems to lose connectivity to AWS, perhaps due to a brief network outage",
2323
"can not open /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial_InRelease": "Occasionally, apt-get fails on ubuntu to update the cache",
24+
"error while running command: exit status 1;": "Occasionally, package installation inside the image seems to fail due to several reasons such as it's being missing from package repository",
2425
}
2526
var DefaultTimeBetweenPackerRetries = 15 * time.Second
2627

0 commit comments

Comments
 (0)