This commit is contained in:
parent
7034d7f611
commit
2c7417ca28
@ -6,7 +6,7 @@ steps:
|
||||
- name: build
|
||||
image: mingc/android-build-box
|
||||
commands:
|
||||
- curl -sSL -u "$USERNAME:$PASSWORD" -o $STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE
|
||||
- curl -sSL -u "${USERNAME}:${PASSWORD}" -o app/${STORE_FILE} https://cloud.crystalyx.net/remote.php/dav/files/${USERNAME}/Bordel/${STORE_FILE}
|
||||
- sh gradlew build bundleRelease assembleRelease
|
||||
environment:
|
||||
USERNAME:
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
local.properties
|
||||
*.jks
|
||||
|
Loading…
Reference in New Issue
Block a user