Fix SC1090.
This commit is contained in:
parent
2f7b8e6db9
commit
e46420e7f5
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ state=$(cat "$__object/parameter/state")
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
centos)
|
centos)
|
||||||
|
# shellcheck source=/dev/null
|
||||||
if (. "$__global/explorer/os_release" && [ "${VERSION_ID}" = "7" ]); then
|
if (. "$__global/explorer/os_release" && [ "${VERSION_ID}" = "7" ]); then
|
||||||
__yum_repo docker-ce-stable \
|
__yum_repo docker-ce-stable \
|
||||||
--name 'Docker CE Stable' \
|
--name 'Docker CE Stable' \
|
||||||
|
|
Loading…
Reference in a new issue