Skip to content

Commit

Permalink
fixup! Add version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Oct 25, 2022
1 parent 7ecb3fc commit 56e8ac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ chmod +x "$xrefcheck_path"
# Run xrefcheck.
if [ "$need_run" == true ]; then

apt update
apk update
if [ "$GIT_VERSION" = "latest" ]; then
echo "Installing git"
apt install -y git
apk install -y git
else
echo "Installing git $GIT_VERSION"
apt install -y git="$GIT_VERSION"
apk install -y git="$GIT_VERSION"
fi

set -x
Expand Down

0 comments on commit 56e8ac4

Please sign in to comment.