Skip to content

Commit

Permalink
fix st2client not found in old ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 6, 2024
1 parent 18fe05a commit e7ffe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github/prepare-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cat conf/st2.ci.conf || true
echo ""

# install st2 client
if [ ! -x "${VIRTUALENV_DIR}/bin/st2" ]; then
if [ ! -x "${VIRTUALENV_DIR}/bin/st2" ] || ! st2 --version >/dev/null 2>&1; then
python ./st2client/setup.py develop
fi
st2 --version
Expand Down

0 comments on commit e7ffe1a

Please sign in to comment.