Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ before_script: buildDebug: stage: debug script: - ./gradlew assembleDebug - ./gradlew assembleDebug --stacktrace artifacts: paths: - app/build/outputs/apk/debug/ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ before_script: buildDebug: stage: debug script: - ./gradlew assembleDebug - ./gradlew assembleDebug --stacktrace artifacts: paths: - app/build/outputs/apk/debug/ Loading