Remove CI properties, this is not needed when publishing locally.

This commit is contained in:
Benoit Marty 2024-07-02 14:40:49 +02:00
parent 9a2d5b1547
commit 65eff95335

View file

@ -42,7 +42,7 @@ Then you can run the following commands (which are also used in the file for [th
```sh
git checkout develop
./gradlew assembleGplayNightly appDistributionUploadGplayNightly $CI_GRADLE_ARG_PROPERTIES
./gradlew assembleGplayNightly appDistributionUploadGplayNightly
```
Then you can reset the change on the codebase.