Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ before_script: buildDebug: stage: debug script: - ./gradlew assembleDebug --stacktrace - ./gradlew assembleDebug --info artifacts: paths: - app/build/outputs/apk/debug/ Loading Loading @@ -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/ Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ before_script: buildDebug: stage: debug script: - ./gradlew assembleDebug --stacktrace - ./gradlew assembleDebug --info artifacts: paths: - app/build/outputs/apk/debug/ Loading Loading @@ -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/ Loading