Disable auto-upgrades
This commit is contained in:
parent
ed5d0ab1d1
commit
33ee48692c
2
.github/workflows/images-debian.yml
vendored
2
.github/workflows/images-debian.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
sleep 1s
|
||||
done
|
||||
|
||||
sleep 1m
|
||||
ssh root@$IP rm /etc/apt/apt.conf.d/20auto-upgrades
|
||||
ssh root@$IP pkill apt-get || true
|
||||
|
||||
ssh root@$IP apt-get update
|
||||
|
2
.github/workflows/images-oraclelinux.yml
vendored
2
.github/workflows/images-oraclelinux.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
sleep 1s
|
||||
done
|
||||
|
||||
sleep 1m
|
||||
ssh root@$IP rm /etc/apt/apt.conf.d/20auto-upgrades
|
||||
ssh root@$IP pkill apt-get || true
|
||||
|
||||
ssh root@$IP apt-get update
|
||||
|
Loading…
Reference in New Issue
Block a user