Skip to content

Commit 8520964

Browse files
authored
Do not open pr against docker/develop when creating docker images (#66)
1 parent 7efbaea commit 8520964

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

automated_packaging/update_docker.pl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,3 @@
6161
`git commit -a -m "Bump to version $VERSION"`;
6262
`git push origin release-$VERSION-$curTime`;
6363
`curl -g -H "Accept: application/vnd.github.v3.full+json" -X POST --user "$github_token:x-oauth-basic" -d '{\"title\":\"Bump docker to $VERSION\", \"base\":\"master\", \"head\":\"release-$VERSION-$curTime\"}' https://api.github.com/repos/citusdata/docker/pulls`;
64-
65-
# Now push another and open a PR against develop
66-
`git checkout -b release-$VERSION-develop-$curTime`;
67-
`git push origin release-$VERSION-develop-$curTime`;
68-
`curl -g -H "Accept: application/vnd.github.v3.full+json" -X POST --user "$github_token:x-oauth-basic" -d '{\"title\":\"Bump docker to $VERSION\", \"base\":\"develop\", \"head\":\"release-$VERSION-develop-$curTime\"}' https://api.github.com/repos/citusdata/docker/pulls`;

0 commit comments

Comments
 (0)