Chore: Move from master to main branch (#33693)

* Chore: Move from master branch to main

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* CI: Upgrade build pipeline tool to v2

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2021-05-06 16:29:29 +02:00
committed by GitHub
parent 263d751860
commit c2c1ec7d0f
66 changed files with 192 additions and 192 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ if [ "${_tag}" == "" ]; then
exit 1
fi
if [ "${_branch}" == "master" ]; then
echo "you cannot tag releases from the master branch"
if [ "${_branch}" == "main" ]; then
echo "you cannot tag releases from the main branch"
echo "please checkout the release branch"
echo "ex 'git checkout v5.1.x'"
exit 1