提交 72eff845 创建 作者: 宋海霞's avatar 宋海霞

更新 .gitlab-ci.yml

上级 ca8996a7
流水线 #124915 已失败 于阶段
用时 8 分 43 秒
image: "android-container:9.1" image: "android-container:9.3"
# image: "android-container:latest" # image: "android-container:latest"
variables: variables:
...@@ -9,6 +9,13 @@ variables: ...@@ -9,6 +9,13 @@ variables:
before_script: before_script:
- ln -sf /cache_ln/cache/caches /cache/caches
- ln -sf /cache_ln/cache/daemon /cache/daemon
- ln -sf /cache_ln/cache/kotlin-profile /cache/kotlin-profile
- ln -sf /cache_ln/cache/motifications /cache/motifications
- ln -sf /cache_ln/cache/native /cache/native
- ln -sf /cache_ln/cache/notifications /cache/notifications
- ln -sf /cache_ln/cache/wrapper /cache/wrapper
- chmod +x ./gradlew - chmod +x ./gradlew
# - chmod +x ./waitfinish.sh # - chmod +x ./waitfinish.sh
......
  • 代码质量分析发现了 6 个问题。

    • 0 blocker
    • 🚫 0 critical
    • 3 major
    • 🔽 3 minor
    • 0 info

    注意: 存在下列问题的代码行在本次提交中没有发生变更,无法使用代码行评论的方式进行报告。所以将下列问题汇总显示在这里(点击问题链接可以转到对应的源代码行):

    1. This block of commented-out lines of code should be removed. 📘
    2. This block of commented-out lines of code should be removed. 📘
    3. This block of commented-out lines of code should be removed. 📘
    4. 🔽 Remove this unused import 'android.content.Context'. 📘
    5. 🔽 Remove this unused import 'androidx.test.espresso.IdlingRegistry'. 📘
    6. 🔽 Remove this unused import 'android.widget.TextView'. 📘
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论