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

Merge branch '11-add-jabber-notification-on-create-tag' into 'master'

Resolve "Add jabber notification on create tag"

Closes #11

See merge request !10
parents 850a0f52 9394474a
No related branches found
No related tags found
1 merge request!10Resolve "Add jabber notification on create tag"
Pipeline #1574 canceled
......@@ -110,6 +110,7 @@ application:release:
else
git tag -a "${TAG_NAME}" -m "Release ${VERSION_NAME} (${VERSION_CODE})"
git push origin "${TAG_NAME}"
curl --silent -d '{"token": "${JABBER_NOTIFICATION_TOKEN}", "message": "New tag for ${CI_PROJECT_PATH}: ${TAG_NAME}"}' -H "Content-Type: application/json" -X POST ${JABBER_NOTIFICATION_URL}
fi
android:deploy:
......
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=1.0.4
app.versionCode=5
app.versionName=1.0.5
app.versionCode=6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment