Update .gitea/workflows/actions.yaml
Some checks failed
build-image / Build image (push) Failing after 4s
Some checks failed
build-image / Build image (push) Failing after 4s
This commit is contained in:
@ -45,9 +45,9 @@ jobs:
|
|||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
name: Build image
|
name: Build image
|
||||||
container:
|
# container:
|
||||||
volumes:
|
# volumes:
|
||||||
- /iso:/iso
|
# - /iso:/iso
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# needs: semrel_dryrun
|
# needs: semrel_dryrun
|
||||||
steps:
|
steps:
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
# TODO: Add checksum verification
|
# TODO: Add checksum verification
|
||||||
# d6dab0c3a657988501b4bd76f1297c053df710e06e0c3aece60dead24f270b4d *ubuntu-24.04.2-live-server-amd64.iso
|
# d6dab0c3a657988501b4bd76f1297c053df710e06e0c3aece60dead24f270b4d *ubuntu-24.04.2-live-server-amd64.iso
|
||||||
ls /iso -lashR
|
ls /iso -lashR
|
||||||
ls / -lashR
|
ls / -lash
|
||||||
[[ -f '/iso/Canonical/Ubuntu Server 24.04/ubuntu-24.04.2-live-server-amd64.iso' ]] && {
|
[[ -f '/iso/Canonical/Ubuntu Server 24.04/ubuntu-24.04.2-live-server-amd64.iso' ]] && {
|
||||||
echo 'Source iso file exists - creating symbolic link'
|
echo 'Source iso file exists - creating symbolic link'
|
||||||
ln -s "/iso/Canonical/Ubuntu Server 24.04/ubuntu-24.04.2-live-server-amd64.iso" ubuntu-vm/ubuntu.iso
|
ln -s "/iso/Canonical/Ubuntu Server 24.04/ubuntu-24.04.2-live-server-amd64.iso" ubuntu-vm/ubuntu.iso
|
||||||
|
Reference in New Issue
Block a user