mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 05:13:04 +03:00
pre-build
This commit is contained in:
parent
f3b101ee89
commit
09ad24f8ca
@ -11,6 +11,14 @@ then
|
||||
echo "$GOOGLE_JSON" > $GOOGLE_JSON_FILE
|
||||
sed -i -e 's/\\"/'\"'/g' $GOOGLE_JSON_FILE
|
||||
|
||||
echo "File content:"
|
||||
cat $GOOGLE_JSON_FILE
|
||||
else
|
||||
echo "Creating and Updating Google Json"
|
||||
touch $GOOGLE_JSON_FILE
|
||||
echo "$GOOGLE_JSON" > $GOOGLE_JSON_FILE
|
||||
sed -i -e 's/\\"/'\"'/g' $GOOGLE_JSON_FILE
|
||||
|
||||
echo "File content:"
|
||||
cat $GOOGLE_JSON_FILE
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user