Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ stages: .common: &common variables: GIT_DEPTH: 1 GIT_SUBMODULE_STRATEGY: recursive ANSIBLE_FORCE_COLOR: "True" except: - /^master$/ Loading setup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ #git submodule update #cd .. apk add --no-cache build-base python3-dev libffi-dev libressl-dev #apk add --no-cache build-base python3-dev libffi-dev libressl-dev python3 -m venv --upgrade --system-site-packages .venv-kubespray .venv-kubespray/bin/pip3 install --upgrade pip setuptools wheel Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ stages: .common: &common variables: GIT_DEPTH: 1 GIT_SUBMODULE_STRATEGY: recursive ANSIBLE_FORCE_COLOR: "True" except: - /^master$/ Loading
setup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ #git submodule update #cd .. apk add --no-cache build-base python3-dev libffi-dev libressl-dev #apk add --no-cache build-base python3-dev libffi-dev libressl-dev python3 -m venv --upgrade --system-site-packages .venv-kubespray .venv-kubespray/bin/pip3 install --upgrade pip setuptools wheel Loading