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

Improve CI/CD

parent af9fe5b9
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 #5379 passed
...@@ -74,6 +74,6 @@ updateRepository: ...@@ -74,6 +74,6 @@ updateRepository:
dependencies: dependencies:
- checkIcons - checkIcons
before_script: before_script:
- apk add --no-cache wget - apk add --no-cache curl
script: script:
- wget ${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN} - curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}" --fail
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "org.benoitharrault.ameixanonfree" applicationId "org.benoitharrault.ameixanonfree"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 168 versionCode 169
versionName "1.92.0" versionName "1.92.1"
archivesBaseName = "$applicationId" + "_" + "$versionCode" archivesBaseName = "$applicationId" + "_" + "$versionCode"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment