fix workflow scripts
All checks were successful
Building cloud-images / building (push) Successful in 2h26m27s
All checks were successful
Building cloud-images / building (push) Successful in 2h26m27s
This commit is contained in:
parent
c9fd54d9f4
commit
9a42b17608
@ -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 \
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user