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 9e86c6ad2b
commit 58296cde8b

View file

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