-
Notifications
You must be signed in to change notification settings - Fork 13
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
CB-27475 Cleaning up express onboarding outputs #52
Conversation
daszabo
commented
Oct 24, 2024
- Cleaned up script outputs
- Made changes so that the scripts should be idempotent now
- Updated the S3 uploader GitHub workflow, to also upload the destroy scripts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments for some suggestions and issues encountered during testing this. Hopefully these should be relatively quick fixes.
@@ -59,4 +59,5 @@ jobs: | |||
for csp in aws azure gcp | |||
do | |||
aws s3 cp ${csp}/quickstart.sh s3://${{ vars.S3_BUCKET }}/${csp}/${{ env.S3_FOLDER }}/ | |||
aws s3 cp ${csp}/destroy.sh s3://${{ vars.S3_BUCKET }}/${csp}/${{ env.S3_FOLDER }}/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops, I have this in main
but forgot to add here. We should rebase the eob-devel
branch onto main at some point to get everything aligned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I didn't notice. I agree we should rebase this branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Approved.