We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e25a0 commit afc586aCopy full SHA for afc586a
travis/pg-travis-test.sh
@@ -22,6 +22,7 @@ if [ $CHECK_TYPE = "valgrind" ]; then
22
sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y install -qq $apt_packages
23
# grab sources from github
24
tag=`curl -s 'https://api.github.com/repos/postgres/postgres/git/refs/tags' | jq -r '.[] | .ref' | sed 's/^refs\/tags\///' | grep "REL_*${PG_VER/./_}_" | tail -n 1`
25
+ [[ -z "$tag" ]] && { echo "could't get branch name for release" ; exit 1; }
26
prefix="$HOME/pgsql-$tag"
27
curl "https://codeload.github.com/postgres/postgres/tar.gz/$tag" -o ~/$tag.tar.gz
28
# build them with valgrind support
0 commit comments