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:
antux18 2024-08-22 18:40:08 +02:00
parent f2cf7e3498
commit be05d8d70a

View File

@ -7,9 +7,6 @@
virtualization = "docker",
buildfile_dir = "./",
package_managers = [ "dpkg", "pip" ],
git_packages = [
{ name = "pkg1", location = "/pkg1" }
],
misc_packages = [
{ name = "mpkg1", url = "http://127.0.0.1/package1.zip" }
]