From ab989617ca60a3c0be42da796b7badf20cd62ae6 Mon Sep 17 00:00:00 2001 From: Nadezhda Fedorova Date: Fri, 26 Apr 2024 17:07:48 +0300 Subject: [PATCH] change dir for pushing result after building --- configs/cb-ve-x86.yaml | 2 +- configs/cb-vm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/cb-ve-x86.yaml b/configs/cb-ve-x86.yaml index d9fb70f..6f1804a 100644 --- a/configs/cb-ve-x86.yaml +++ b/configs/cb-ve-x86.yaml @@ -1,5 +1,5 @@ --- -remote: 'cloud@172.16.0.2:/home/cloud/images/{branch}/{arch}' +remote: '/home/builder/images/{branch}/{arch}' repository_url: copy:///space/ALT/{branch} try_build_all: True log_level: debug diff --git a/configs/cb-vm.yaml b/configs/cb-vm.yaml index b8303f4..1f9254b 100644 --- a/configs/cb-vm.yaml +++ b/configs/cb-vm.yaml @@ -1,5 +1,5 @@ --- -remote: 'cloud@172.16.0.2:/home/cloud/images/{branch}/{arch}' +remote: '/home/builder/images/{branch}/{arch}' repository_url: copy:///space/ALT/{branch} try_build_all: True log_level: debug