mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
e2e: use correct url to download zip file from go-getter repository (#19315)
This commit is contained in:
@@ -25,7 +25,7 @@ job "linux" {
|
||||
|
||||
task "zip_bomb" {
|
||||
artifact {
|
||||
source = "https://github.com/hashicorp/go-getter/blob/v1.7.0/testdata/decompress-zip/bomb.zip"
|
||||
source = "https://github.com/hashicorp/go-getter/raw/v1.7.0/testdata/decompress-zip/bomb.zip"
|
||||
destination = "local/"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user