Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ce84263 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

clone specific branch

parent 20d12f02
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ init_submodules:
  #  - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
  #    when: on_success
  script:
    - git clone https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo
    - git clone -b 2461-test_release https://gitlab.e.foundation/e/os/system-apps-update-info.git systemAppsUpdateInfo
  artifacts:
    paths:
      - systemAppsUpdateInfo/scripts/
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,11 @@ android {
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }

    lintOptions {
        abortOnError false
    }

}

dependencies {