We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efbaea commit 8520964Copy full SHA for 8520964
1 file changed
automated_packaging/update_docker.pl
@@ -61,8 +61,3 @@
61
`git commit -a -m "Bump to version $VERSION"`;
62
`git push origin release-$VERSION-$curTime`;
63
`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