diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-07 19:07:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-07 19:07:56 +0300 |
commit | 4622147b57a320a44e6d1336c15d0e333964b9da (patch) | |
tree | cedf729bba4f89237256e92a4cf8b4ae26f776fd /tests | |
parent | 235771a20da1da0c3ff495d03e6c223880cbcf20 (diff) |
Fix worker failing on test installed operation for package from git repository
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index fe76c13..3f10d2e 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -50,8 +50,8 @@ controller = --fake-request ../task --dump-result pkg = libhello ver = 1.0.0+7 -#rep_url = https://build2.org/pkg/1/hello/stable -#rfp = FF:DF:7D:38:67:4E:C3:82:65:7E:EE:1F:D4:80:EC:56:C4:33:5B:65:3F:9B:29:9A:30:56:B9:77:B9:F2:01:94 +#rep_url = "https://git.build2.org/hello/libhello.git#1.0" +#rep_type = git rep_url = https://stage.build2.org/1 rep_type = pkg rfp = yes |