feature/#4-keep-tagged-builds #5

Merged
fabian merged 12 commits from feature/#4-keep-tagged-builds into develop 2022-12-10 19:00:11 +01:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit ab6bc2212d - Show all commits

View File

@@ -60,6 +60,11 @@ steps:
settings:
webhook:
from_secret: SlackWebhook
when:
status:
- failure
- success
volumes:
- name: deploy

View File

@@ -16,7 +16,7 @@ def versionProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
versionProperties.load(new FileInputStream(versionPropertiesFile))
android {
android
compileSdkVersion 32
defaultConfig {