add live-testing branch

This commit is contained in:
Amelia Yukii 2024-05-19 22:36:39 +00:00
parent 88e7376565
commit 3d38409775
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ getImageTag:
elif test "$CI_COMMIT_BRANCH" == "develop"; then
tag="develop"
elif test "$CI_COMMIT_BRANCH" == "live-testing"; then
tag="live-testing"
tag="live-testing-DONOTUSE"
else
tag="$CI_COMMIT_BRANCH"
fi