Skip to content
Snippets Groups Projects
Commit 59cbaa40 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

merging with local master

parent 5c9f2372
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ if [ "$version" != "" ]; then
git tag -a "v$version" -m "`git log -1 --format=%s`"
echo "Created a new tag, v$version"
git checkout production
git merge origin/master
git merge master
git push origin production && git push origin production --tags
git checkout master
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment