Renamed continuous release script

This commit is contained in:
Michael Starke
2018-11-14 07:53:48 +01:00
parent d6ea2830e9
commit dc67de1ed1

View File

@@ -0,0 +1,4 @@
#!/bin/bash
git tag -d continuous
git tag continuous
git push -f origin continuous