ci script

This commit is contained in:
Feruz 2019-01-03 21:51:09 +02:00
parent 5e737d2801
commit 3560aca914

View File

@ -3,7 +3,7 @@
GOOGLE_JSON_FILE=$APPCENTER_SOURCE_DIRECTORY/app/google-services.json
echo $APPCENTER_SOURCE_DIRECTORY
printf "%s\n\n" $APPCENTER_SOURCE_DIRECTORY
if [ -e "$GOOGLE_JSON_FILE" ]
then
@ -15,6 +15,10 @@ then
cat $GOOGLE_JSON_FILE
fi
printf "google-services json file:\n"
cat $GOOGLE_JSON_FILE
printf "Old .env file:\n"
cat .env
printf "Started script:\n"