Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ before_script: - set +o pipefail - yes | android-sdk-linux/tools/bin/sdkmanager --licenses - set -o pipefail - tags "openjdk8" - tags "openjdk16" stages: - build Loading @@ -31,7 +31,7 @@ lintDebug: stage: build script: - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint tags: [openjdk8] tags: [openjdk16] assembleDebug: stage: build Loading @@ -40,10 +40,10 @@ assembleDebug: artifacts: paths: - app/build/outputs/ tags: [openjdk8] tags: [openjdk16] debugTests: stage: test script: - ./gradlew -Pci --console=plain :app:testDebug tags: [openjdk8] No newline at end of file tags: [openjdk16] No newline at end of file Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ before_script: - set +o pipefail - yes | android-sdk-linux/tools/bin/sdkmanager --licenses - set -o pipefail - tags "openjdk8" - tags "openjdk16" stages: - build Loading @@ -31,7 +31,7 @@ lintDebug: stage: build script: - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint tags: [openjdk8] tags: [openjdk16] assembleDebug: stage: build Loading @@ -40,10 +40,10 @@ assembleDebug: artifacts: paths: - app/build/outputs/ tags: [openjdk8] tags: [openjdk16] debugTests: stage: test script: - ./gradlew -Pci --console=plain :app:testDebug tags: [openjdk8] No newline at end of file tags: [openjdk16] No newline at end of file