Skip to content
Snippets Groups Projects
Commit 055761e6 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch...

Merge branch '191-improve-ci-cd-remove-update-step-disable-build-debug-in-master-branch' into 'master'

Resolve "Improve CI/CD, remove "update" step, disable "build-debug" in master branch"

Closes #191

See merge request !229
parents af9fe5b9 2c79f3b7
No related branches found
No related tags found
1 merge request!229Resolve "Improve CI/CD, remove "update" step, disable "build-debug" in master branch"
Pipeline #5489 passed
......@@ -74,6 +74,6 @@ updateRepository:
dependencies:
- checkIcons
before_script:
- apk add --no-cache wget
- apk add --no-cache curl
script:
- wget ${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}
- curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}" --fail
......@@ -8,8 +8,8 @@ android {
applicationId "org.benoitharrault.ameixanonfree"
minSdkVersion 16
targetSdkVersion 30
versionCode 168
versionName "1.92.0"
versionCode 169
versionName "1.92.1"
archivesBaseName = "$applicationId" + "_" + "$versionCode"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment