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

Commit 88ec6059 authored by mohit.mali@ftechiz.com's avatar mohit.mali@ftechiz.com
Browse files

testing with assemble

parent 9ed9d23a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ build:
  stage: build
  script:
    - |
      ./gradlew assembleDebug
      ./gradlew assemble
      retval=$?
      if [$retval -ne 0]; then
        echo "error on building, exit code: "$retval