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 ebf926b commit b6ea4fdCopy full SHA for b6ea4fd
.scripts/pm_none_install_docker.sh
@@ -0,0 +1,13 @@
1
+#!/usr/bin/env bash
2
+set -Eeuo pipefail
3
+IFS=$'\n\t'
4
+
5
+pm_none_install_docker() {
6
+ info "Package manager '${C["UserCommand"]}none${NC}' does not install docker."
7
+}
8
9
+test_pm_none_install_docker() {
10
+ # run_script 'pm_none_repos'
11
+ # run_script 'pm_none_install_docker'
12
+ warn "CI does not test pm_none_install_docker."
13
0 commit comments