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 5c1abcf commit 8e4e5ecCopy full SHA for 8e4e5ec
build/helpers/probackup.cmd
@@ -27,7 +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%
+git checkout %PROBACKUP_VERSION% || GOTO :ERROR
31
32
IF NOT "%GIT_COMMIT%"=="" (
33
git checkout %GIT_COMMIT% || GOTO :ERROR
0 commit comments