Skip to content

Commit

Permalink
Merge pull request #110 from rlcee/jk_231119a
Browse files Browse the repository at this point in the history
tweak
  • Loading branch information
rlcee authored Nov 19, 2023
2 parents 4080a91 + ffc175d commit ba5d48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jenkinsScons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DOTV=$(echo $PACKAGE_VERSION | tr -d v | tr _ . )

echo "[$(date)] pip install $DOTV"

pip install scons==$DOTV --target=$PWD
pip install --progress-bar off scons==$DOTV --target=$PWD
RC=$?
if [ $RC -ne 0 ]; then
echo "error - pip install failed with RC=$C"
Expand Down

0 comments on commit ba5d48b

Please sign in to comment.