Skip to content
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

[sigh] Fix shell script quoting issue - follow up #7982

Merged
merged 1 commit into from
Jan 24, 2017

Conversation

mgrebenets
Copy link
Collaborator

Fix for #7971 (follow up)

Unnecessary quotes around ${KEYCHAIN_FLAG} were causing an issue
instead of passing to codesign as --keychain $KEYCHAIN_PATH it was passed as "--keychain $KEYCHAIN_PATH" causing an issue.

An unfortunate side-effect of fixing shellcheck issues.
I have revisited all other changes in that shellcheck update and ran resigning to make sure it works.

@mgrebenets
Copy link
Collaborator Author

@asfalcone Thanks for picking it up!
I did miss one more quoting issue in the #7975 fix.

@mgrebenets
Copy link
Collaborator Author

To be confident (this time) I ran the script on our main app, which has both embedded apps and extensions, as well as embedded Swift frameworks.

@mgrebenets mgrebenets merged commit feedf4a into fastlane:master Jan 24, 2017
@KrauseFx KrauseFx mentioned this pull request Jan 24, 2017
@fastlane fastlane locked and limited conversation to collaborators Apr 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants