Skip to content

Commit

Permalink
pes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Feb 3, 2024
1 parent 6b4c545 commit a1abbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ echo "$THIS_TEST_REPOS" | while IFS= read -r REPO; do
[ ! -e ${PACKAGE} ] && git clone $URL --recurse-submodules --shallow-submodules --depth 1 --branch $BRANCH $PACKAGE || echo "$0: not cloning, already there"

cd $PACKAGE
[[ -e .gitman.yml || -e .gitman.yaml ]] && gitman install
[[ -e .gitman.yml || -e .gitman.yaml ]] && gitman install || echo "no gitman modules to install"

done

Expand Down

0 comments on commit a1abbb5

Please sign in to comment.