You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal shows:
. Starting the setup process in project coolretailer-2...
. Creating a service account coolretailer-app-1553854075...
Created service account [coolretailer-app-1553854075].
Service Account email is empty. Exiting.
Running the deploy.sh again results in error that service accounts already exists, but does continue afterwards.
Perhaps insert short delay after service account is created?
The text was updated successfully, but these errors were encountered:
10s was not enough. Failed. Restarting script failed at creating service account as at that point the SA existed. Luckily the script continues after that.
My suggestion would be to use somthing inspired by:
while [ ! -f /tmp/list.txt ]
do
sleep 2
done
ls -l /tmp/list.txt
Starting deploy.sh
Terminal shows:
. Starting the setup process in project coolretailer-2...
. Creating a service account coolretailer-app-1553854075...
Created service account [coolretailer-app-1553854075].
Service Account email is empty. Exiting.
Running the deploy.sh again results in error that service accounts already exists, but does continue afterwards.
Perhaps insert short delay after service account is created?
The text was updated successfully, but these errors were encountered: