From 58296cde8b4a72edc35146aff87209bb4722f084 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 2 Jul 2024 14:40:49 +0200 Subject: [PATCH] Remove CI properties, this is not needed when publishing locally. --- docs/nightly_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nightly_build.md b/docs/nightly_build.md index 9fa9ea9bb6..3a3345d662 100644 --- a/docs/nightly_build.md +++ b/docs/nightly_build.md @@ -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.