From 882204acab58634be581c184dcd7f2e8fc50c3ac Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Wed, 9 Mar 2022 22:49:28 +0600 Subject: [PATCH 1/2] 4969-P-Fix_color_code_mismatch_issue issue: https://gitlab.e.foundation/e/backlog/-/issues/4969 --- lineage/res/res/values/public.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lineage/res/res/values/public.xml b/lineage/res/res/values/public.xml index 1bb60121..ee274a6f 100644 --- a/lineage/res/res/values/public.xml +++ b/lineage/res/res/values/public.xml @@ -29,9 +29,9 @@ - - - + + + -- GitLab From 10bebd07ad9d271540598818689f60b26e2760e9 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Wed, 9 Mar 2022 22:54:41 +0600 Subject: [PATCH 2/2] fix gitlab pipeline for v1-pie --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 397b2ca8..53434e7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ include: ref: master file: '/gitlab-ci/.gitlab-ci-import-updates-from-upstream.yml' -image: "registry.gitlab.e.foundation:5000/e/apps/docker-android-apps-cicd:legacy" +image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:legacy" before_script: - chmod a+x buildSdk.sh -- GitLab