Skip to content

Commit b6ea4fd

Browse files
committed
Create pm_none_install_docker.sh
1 parent ebf926b commit b6ea4fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.scripts/pm_none_install_docker.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)