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/worker/startup.test | |
parent | 979cc6a6740f0174570923f2d968207b8eb1e16c (diff) |
Add repository-type value to task manifest and rename repository value to repository-url
Diffstat (limited to 'tests/worker/startup.test')
-rw-r--r-- | tests/worker/startup.test | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/worker/startup.test b/tests/worker/startup.test index 550d8fd..8e8dcf5 100644 --- a/tests/worker/startup.test +++ b/tests/worker/startup.test @@ -39,7 +39,8 @@ cat <<EOI >=manifest; : 1 name: libhello version: 1.2.3 - repository: https://pkg.example.org/1/ + repository-url: https://pkg.example.org/1/ + repository-type: pkg machine: linux-gcc target: x86_64-linux-gnu EOI @@ -65,7 +66,8 @@ cat <<EOI >=manifest; : 1 name: libhello version: 1.2.3 - repository: https://pkg.example.org/1/ + repository-url: https://pkg.example.org/1/ + repository-type: pkg machine: linux-gcc target: x86_64-linux-gnu EOI @@ -92,7 +94,8 @@ cat <<EOI >=manifest; : 1 name: libhello version: 1.2.3 - repository: https://pkg.example.org/1/ + repository-url: https://pkg.example.org/1/ + repository-type: pkg machine: linux-gcc target: x86_64-linux-gnu EOI |