From 698127eaae05c2f4ea8a239e638914de4bc8cc6f Mon Sep 17 00:00:00 2001 From: Yashasvi17 <155513200+YashasviDevtron@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:41:48 +0530 Subject: [PATCH] Update 225_Github_Release_Plugin.up.sql --- scripts/sql/225_Github_Release_Plugin.up.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/sql/225_Github_Release_Plugin.up.sql b/scripts/sql/225_Github_Release_Plugin.up.sql index 28e25b5dc61..62064aa683a 100644 --- a/scripts/sql/225_Github_Release_Plugin.up.sql +++ b/scripts/sql/225_Github_Release_Plugin.up.sql @@ -65,7 +65,6 @@ if [ "$source_type" == "SOURCE_TYPE_BRANCH_FIXED" ]; then GithubReleaseSourcePriority=$(echo "$GithubReleaseSourcePriority" | tr \'[:upper:]\' \'[:lower:]\') tag=$(echo "$CI_CD_EVENT" | jq -r \'.commonWorkflowRequest.extraEnvironmentVariables.GithubTag\') - echo "Githubtag:$tag" if [ -n "$tag" ] && [ "$tag" != "null" ]; then ReleaseTag="$tag"