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

Commit 34292dfe authored by Hasib Prince's avatar Hasib Prince
Browse files

reverted accidental commit

parent f8bd6bc9
Loading
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
@@ -18,16 +18,6 @@ cache:
  paths:
    - .gradle/

lint:
  stage: build
  script:
    - ./gradlew lintRelease
    - echo "lint issue checked"

dummy_job:
  stage: build
  script:
    - echo "test job is running"

test:
  allow_failure: true
@@ -43,6 +33,13 @@ test:
    reports:
      junit: app/build/test-results/*/TEST-*.xml


lint:
  stage: build
  script:
    - ./gradlew lintRelease


build:
  stage: build
  script: