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

Replace wget by curl in CI deploy step

parent a40c3c6e
No related branches found
No related tags found
1 merge request!6Resolve "Replace wget by curl"
Pipeline #1504 passed
......@@ -119,4 +119,4 @@ android:deploy:
dependencies:
- application:release
script:
- wget ${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}
- curl "${REPOSITORY_UPDATE_WEBHOOK}?token=${REPOSITORY_TOKEN}"
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=1.0.3
app.versionCode=4
app.versionName=1.0.4
app.versionCode=5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment