pre-build

This commit is contained in:
feruz 2019-12-17 20:28:15 +02:00
parent f3b101ee89
commit 09ad24f8ca

View File

@ -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