Skip to content

Commit 97eb421

Browse files
authored
Merge pull request #577 from thaJeztah/no_upgrade_verify
[ce-nightly] verify: don't attempt to upgrade packages
2 parents f042386 + 60abadb commit 97eb421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function verify_deb() {
7373
-i ${packages}
7474

7575
# shellcheck disable=SC2086
76-
apt-get -y install --no-install-recommends --fix-broken ${apt_packages}
76+
apt-get -y install --no-install-recommends --no-upgrade --fix-broken ${apt_packages}
7777
)
7878
docker --version
7979
# FIXME this tries to connect to the docker daemon, which isn't started

0 commit comments

Comments
 (0)