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/' ssh builder 'ls -a cloud-build/'
- name: Update building script from git - name: Update building script from git
run: | 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 - name: Run script for x86
run: | run: |
ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/cb-ve-x86.yaml \ ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/cb-ve-x86.yaml \

View File

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