Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 35e07525 authored by Pierre Neyron's avatar Pierre Neyron :bicyclist:
Browse files

Fix configure apt step

parent ffbbc4e5
Branches
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
- disable_automatic_apt_upgrades: - disable_automatic_apt_upgrades:
- test: - test:
- exec_local: test "$${g5k_release_number}" -ge "2204" - exec_in: RELEASE_NUMBER='$${release_number}' test "${RELEASE_NUMBER/./}" -ge "2204"
- group: - group:
- exec_in: systemctl disable apt-daily.timer apt-daily.service - exec_in: systemctl disable apt-daily.timer apt-daily.service
- exec_in: systemctl disable apt-daily-upgrade.timer apt-daily-upgrade.service - exec_in: systemctl disable apt-daily-upgrade.timer apt-daily-upgrade.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment