From be05d8d70a324a95490d4435113f5c232251e9de Mon Sep 17 00:00:00 2001 From: antux18 Date: Thu, 22 Aug 2024 18:40:08 +0200 Subject: [PATCH] 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. --- artifacts/nickel/test.ncl | 3 --- 1 file changed, 3 deletions(-) diff --git a/artifacts/nickel/test.ncl b/artifacts/nickel/test.ncl index 8156787..fd61cf5 100644 --- a/artifacts/nickel/test.ncl +++ b/artifacts/nickel/test.ncl @@ -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" } ]