Skip to content

Commit

Permalink
BF3 for continous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienRietteMTO committed Nov 4, 2024
1 parent a37b028 commit a0b498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ if [ ${force} -eq 1 -o $(get_statuses "${SHA}" | grep -w "${context}" | wc -l) -
else
log 1 "Checkout commit ${SHA}"
cd "${WORKDIR}/pyft"
git fetch "${PYFTREPOgiturl}"
git fetch --tags "${PYFTREPOgiturl}"
git checkout "${SHA}"
cd "${currentdir}"
fi
Expand Down

0 comments on commit a0b498b

Please sign in to comment.