-
Notifications
You must be signed in to change notification settings - Fork 2
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
Publish directory and recursive settings unexpected behavior #105
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…instead of expected array. in addition prepCharts was reading srcPath and then iterating over it instead of iterating over whatever was copied to destPath.
ejhayes
added
bug
Something isn't working
patch
Increment the patch version when merged
labels
Nov 1, 2023
github-actions
bot
added
documentation
Changes only affect the documentation
large
config
code
labels
Nov 1, 2023
This was referenced Nov 1, 2023
… between environments
🚀 PR was released in |
github-actions
bot
added
released
This issue/pull request has been released.
and removed
prerelease
This change is available in a prerelease.
labels
Nov 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #65 #104
differing
readdir
behaviorIt appears that the
recursive
param ofreaddir
differs between local development (mac in my case) and github actionsLocal (mac)
GitHub actions:
Possibly related to?
When used without the
recursive
optionreaddir
will only read directories from the top level in both environments.Incorrect
getChartDirs
result for nonrecursive configWhen
recursive
set tofalse
the returned value ofgetChartDirs
was a string instead of an array. This caused subsequent iteration to be against a string instead of arrayNo such file for
destPath
Iterating over charts was being done against
srcPath
instead ofdestPath
. This resulted in a cryptic seeming error message like this:The code in this package was doing something that amounted to this:
In the above case, there would be no
myChartPath
undermyDestPath
, only the contents ofmyChartPath
Version
Published prerelease version:
v0.1.4-next.1
Changelog
🎉 This release contains work from a new contributor! 🎉
Thank you, Rohit Khattar (@rfun), for all your work!
🐛 Bug Fix
🔩 Dependency Updates
Authors: 3