We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85d795 commit 9214b68Copy full SHA for 9214b68
1 file changed
automated_packaging/update_docker.pl
@@ -18,7 +18,7 @@
18
$curTime = time();
19
20
# Checkout to the release's branch
21
-`git checkout develop`;
+`git checkout master`;
22
`git checkout -b release-$VERSION-$curTime`;
23
24
# That means we want to update postgres version
0 commit comments