Skip to content

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

Closed
rodrigorbonfim opened this issue Jan 17, 2023 · 4 comments
Closed

Error line 101 Deploy.sh #16

rodrigorbonfim opened this issue Jan 17, 2023 · 4 comments

Comments

@rodrigorbonfim
Copy link

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)")

@JoshuaFox
Copy link
Contributor

Thank you! What sort of error message do you get? Also, what do you mean by "folder" here?

I see that your --format approach is cleaner than taking tail to eliminate the header. And given we are doing that, the second field is config.title not needed.

I have implemented your recommendation, thanks again.

@rodrigorbonfim
Copy link
Author

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.

@JoshuaFox
Copy link
Contributor

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 info @ joshuafox . com (delete spaces)

@JoshuaFox
Copy link
Contributor

The fix to

done < <(gcloud services list --format="value(config.name)")

, as discussed, is merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants