diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-03 13:47:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-03 13:47:14 +0300 |
commit | 273fa333112b16811d15755ebe55defb9508c073 (patch) | |
tree | 6cd353a1ecb02cff0826cd1994f69ff1d081b294 /tests/agent/testscript | |
parent | 979cc6a6740f0174570923f2d968207b8eb1e16c (diff) |
Add repository-type value to task manifest and rename repository value to repository-url
Diffstat (limited to 'tests/agent/testscript')
-rw-r--r-- | tests/agent/testscript | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/agent/testscript b/tests/agent/testscript index 0a203fc..1edb728 100644 --- a/tests/agent/testscript +++ b/tests/agent/testscript @@ -131,7 +131,8 @@ rm = $src_base/btrfs-rmdir /build/machines : 1 name: foo version: 1.2.3 - repository: https://example.org/1/ + repository-url: https://example.org/1/ + repository-type: pkg machine: windows-msvc target: x86_64-microsoft-win32-msvc14.1 EOI @@ -145,7 +146,8 @@ rm = $src_base/btrfs-rmdir /build/machines : 1 name: foo version: 1.2.3 - repository: https://example.org/1/ + repository-url: https://example.org/1/ + repository-type: pkg machine: linux-gcc target: x86_64-linux-gnu EOI |