From 85c8dc4c832296593d779f182cf742fc136a851b Mon Sep 17 00:00:00 2001 From: Hasib Prince Date: Mon, 18 Mar 2024 07:43:58 +0600 Subject: [PATCH] fixed: variable of local branch name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2fd81f..e15fb18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ variables: update-default-branch: extends: .update-from-upstream variables: - LOCAL_BRANCH: main + LOCAL_BRANCH: master UPSTREAM_BRANCH: upstream/master UPSTREAM_DEFAULT_BRANCH: master UPSTREAM_URL: https://gitlab.com/AuroraOSS/gplayapi.git -- GitLab