diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-07-04 05:07:13 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-07-06 02:41:29 +0000 |
| commit | 252638700c668f1cc7c7c3b75e825739bceec52a (patch) | |
| tree | 2ff17a42470e934cbb9fb73aa96415c3068e78c4 /.github/workflows | |
| parent | bbf9948676d07946c4fa67ee430d4bf13730c4f2 (diff) | |
| download | AnySoftKeyboard-252638700c668f1cc7c7c3b75e825739bceec52a.tar.gz AnySoftKeyboard-252638700c668f1cc7c7c3b75e825739bceec52a.tar.bz2 | |
Deploy steps could be no-op
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/third_party_update.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/third_party_update.yml b/.github/workflows/third_party_update.yml index 3a4e35e59..7ace47e6d 100644 --- a/.github/workflows/third_party_update.yml +++ b/.github/workflows/third_party_update.yml @@ -35,8 +35,11 @@ jobs: LATEST_VERSION=$(curl --silent -u "${BOT_USERNAME}:${BOT_TOKEN}" https://api.github.com/repos/gradle/gradle/releases | jq -c -r '.[] | select(.prerelease == false) | .name' | grep -o "${GREP_VERSION_CLASSES}" | uniq | head -n 1) echo "Found version '${LATEST_VERSION}'." ./gradlew wrapper --gradle-version="${LATEST_VERSION}" + ./gradlew wrapper --gradle-version="${LATEST_VERSION}" - name: Sanity verification - run: ./gradlew :api:assembleDebug :api:lintDebug + run: | + ./gradlew :api:assembleDebug :api:lintDebug + ./gradlew :api:assembleDebug :api:lintDebug - name: Add changed gradle files run: | git add -f gradlew* |
