Skip to content

Commit 9214b68

Browse files
authored
Make the base branch master instead of develop (#72)
We already open the pr's to update docker images against master, hence we should not use develop as the base branch.
1 parent b85d795 commit 9214b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

automated_packaging/update_docker.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
$curTime = time();
1919

2020
# Checkout to the release's branch
21-
`git checkout develop`;
21+
`git checkout master`;
2222
`git checkout -b release-$VERSION-$curTime`;
2323

2424
# That means we want to update postgres version

0 commit comments

Comments
 (0)