fix workflow scripts
All checks were successful
Building cloud-images / building (push) Successful in 2h26m27s

This commit is contained in:
Nadezhda Fedorova 2024-09-02 12:11:31 +03:00
parent c9fd54d9f4
commit 9a42b17608
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ jobs:
ssh builder 'ls -a cloud-build/'
- name: Update building script from git
run: |
ssh builder 'cd cloud-build && git pull -f origin configs'
ssh builder 'cd cloud-build && git pull -f origin configs --rebase'
- name: Run script for x86
run: |
ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/cb-ve-x86.yaml \

View File

@ -34,8 +34,8 @@ images:
exclude_branches:
- p8
- c8
tests:
- method: prog(cloud-build-test-cloud)
#tests:
#- method: prog(cloud-build-test-cloud)
rename:
regex: '(.*)\.qcow2c$'
to: '\1.qcow2'