Remove deprecated options from CI scripts

This commit is contained in:
M M Arif 2024-02-22 19:34:26 +05:00
parent 4f74acfa4e
commit 52ad2d6c45
2 changed files with 0 additions and 4 deletions

View File

@ -22,7 +22,6 @@ steps:
upload:
image: curlimages/curl:7.82.0
group: upload
environment:
WEBDAV_USERNAME: "GitNexBot"
PLUGIN_FILE: "signed.apk"
@ -37,7 +36,6 @@ steps:
upload-release:
image: curlimages/curl:7.82.0
group: upload
environment:
WEBDAV_USERNAME: "GitNexBot"
PLUGIN_FILE: "signed.apk"

View File

@ -1,7 +1,6 @@
steps:
author-header:
image: qwerty287/woodpecker-regex-check
group: check
settings:
pattern: "*.java"
regex: " \\\\* \\\\@author [\\\\S\\\\s]+"
@ -9,7 +8,6 @@ steps:
style:
image: alvrme/alpine-android:android-32-jdk17
group: check
commands:
- ./gradlew :app:spotlessCheck