Skip to content
Snippets Groups Projects
Unverified Commit 14c0f368 authored by zhougw's avatar zhougw Committed by GitHub
Browse files

the KUESPRAYDIR defined but never used (#8930)

* fix dir error

* the command line should align
parent 0761659a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ KUBESPRAYDIR=kubespray
ANSIBLE_VERSION=2.12
virtualenv --python=$(which python3) $VENVDIR
source $VENVDIR/bin/activate
cd $KUESPRAYDIR
cd $KUBESPRAYDIR
pip install -U -r requirements-$ANSIBLE_VERSION.txt
test -f requirements-$ANSIBLE_VERSION.yml && \
ansible-galaxy role install -r requirements-$ANSIBLE_VERSION.yml && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment