mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
ci: bump kernel version
This commit is contained in:
parent
3bf5d4152d
commit
bdb3e96c4e
1 changed files with 2 additions and 2 deletions
|
|
@ -45,12 +45,12 @@ run_task:
|
||||||
deps_script:
|
deps_script:
|
||||||
- apt-get -y update
|
- apt-get -y update
|
||||||
- apt-get -y dist-upgrade
|
- apt-get -y dist-upgrade
|
||||||
- apt-get -y install sudo git cpio linux-image-4.19.0-13-amd64 expect wget
|
- apt-get -y install sudo git cpio linux-image-4.19.0-16-amd64 expect wget
|
||||||
- apt-get -y clean
|
- apt-get -y clean
|
||||||
submodule_script:
|
submodule_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
kernel_script:
|
kernel_script:
|
||||||
- cp /boot/vmlinuz-4.19.0-13-amd64 ./kernel
|
- cp /boot/vmlinuz-4.19.0-16-amd64 ./kernel
|
||||||
run_script:
|
run_script:
|
||||||
- ./.cirrus.expect | tee -a /tmp/run.log
|
- ./.cirrus.expect | tee -a /tmp/run.log
|
||||||
- grep -q 'Bootstrapping completed.' /tmp/run.log
|
- grep -q 'Bootstrapping completed.' /tmp/run.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue