Deleted the Git package from the configuration file of the test artifact, because it is a Git repo that is generated when the container is being built, so version number will always change.
This commit is contained in:
parent
f2cf7e3498
commit
be05d8d70a
@ -7,9 +7,6 @@
|
|||||||
virtualization = "docker",
|
virtualization = "docker",
|
||||||
buildfile_dir = "./",
|
buildfile_dir = "./",
|
||||||
package_managers = [ "dpkg", "pip" ],
|
package_managers = [ "dpkg", "pip" ],
|
||||||
git_packages = [
|
|
||||||
{ name = "pkg1", location = "/pkg1" }
|
|
||||||
],
|
|
||||||
misc_packages = [
|
misc_packages = [
|
||||||
{ name = "mpkg1", url = "http://127.0.0.1/package1.zip" }
|
{ name = "mpkg1", url = "http://127.0.0.1/package1.zip" }
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user