We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791b5a6 commit fb8fb74Copy full SHA for fb8fb74
.scripts/pm_none_upgrade.sh
@@ -0,0 +1,12 @@
1
+#!/usr/bin/env bash
2
+set -Eeuo pipefail
3
+IFS=$'\n\t'
4
+
5
+pm_none_upgrade() {
6
+ info "Package manager '${C["UserCommand"]}none${NC}' does not require upgrades."
7
+}
8
9
+test_pm_none_upgrade() {
10
+ # run_script 'pm_none_upgrade'
11
+ warn "CI does not test pm_none_upgrade."
12
0 commit comments