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

Commit 5e6d192a authored by Hasib Prince's avatar Hasib Prince
Browse files

info add for assembleDebug/release

parent 28bb8b2b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ before_script:
buildDebug:
  stage: debug
  script:
    - ./gradlew assembleDebug --stacktrace
    - ./gradlew assembleDebug --info
  artifacts:
    paths:
      - app/build/outputs/apk/debug/
@@ -55,7 +55,7 @@ buildRelease:
    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
      when: always
  script:
    - ./gradlew assembleRelease --stacktrace
    - ./gradlew assembleRelease --info
  artifacts:
    paths:
      - app/build/outputs/apk/release/