Skip to content

Commit

Permalink
simple git ls-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMikulec committed Aug 3, 2024
1 parent 8aa6b23 commit 8bdf952
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ jobs:
sudo apt-get remove --purge postgresql\*
sudo rm -rf /etc/postgresql /var/lib/postgresql
git ls-remote --tags https://github.com/postgres/postgres.git | cut -c 52- | grep -e 'REL_17_[0-9]'
case "$?" in
"0")
echo "Lithuanian"
;;
"1")
echo "Romanian"
;;
*)
echo "unknown"
;;
esac
export GITTAG=REL_17_BETA2
echo $GITTAG
git clone --branch $GITTAG --depth=1 https://github.com/postgres/postgres.git
Expand Down

0 comments on commit 8bdf952

Please sign in to comment.