Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739bc9a commit 5c1abcfCopy full SHA for 5c1abcf
build/helpers/probackup.cmd
@@ -27,6 +27,7 @@ MKDIR %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSIO
27
CD /D %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSION% || GOTO :ERROR
28
29
git clone https://github.com/postgrespro/pg_probackup . || GOTO :ERROR
30
+git checkout %PROBACKUP_VERSION%
31
32
IF NOT "%GIT_COMMIT%"=="" (
33
git checkout %GIT_COMMIT% || GOTO :ERROR
0 commit comments