-
Notifications
You must be signed in to change notification settings - Fork 26
Error line 101 Deploy.sh #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you! What sort of error message do you get? Also, what do you mean by "folder" here? I see that your I have implemented your recommendation, thanks again. |
I had used Google Translate, I'm from Brazil and I don't speak English. About "folder" was wrong translation, it would be "to fix the problem"; About the error message, unfortunately I don't have it anymore. I forgot to take a print. |
No problem. Thank you for letting me know. How do you use Iris3? I am always interested in knowing how my open-source project is getting used. You can answer here, or if you prefer, please email me at |
The fix to
, as discussed, is merged to master |
Hello, in the IRIS3 project, deploy.sh has an error on line 101, to correct the folder, replace the gcloud service list with the command below:
change:
done < <(gcloud services list | tail -n +2)
to:
done < <(gcloud services list --format="value(config.name,config.title)")
The text was updated successfully, but these errors were encountered: