From a80d624512e1ff2c3fc15bc4d1507683ad79b5c3 Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Sat, 10 Feb 2024 13:30:40 +0200 Subject: [PATCH] Don't show secret --- native_gg/ios/ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_gg/ios/ci_scripts/ci_post_clone.sh b/native_gg/ios/ci_scripts/ci_post_clone.sh index 6cca3a622..5ea546042 100755 --- a/native_gg/ios/ci_scripts/ci_post_clone.sh +++ b/native_gg/ios/ci_scripts/ci_post_clone.sh @@ -58,7 +58,7 @@ pwd # Add the .env file echo "Adding .env file" -echo $CLIENT_SECRETS > .env +echo -n $CLIENT_SECRETS > .env # Install npm dependencies. echo "=> Install npm dependencies"