Disable auto-upgrades
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user