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

fix chart download path #2548

Merged
merged 2 commits into from Mar 21, 2023
Merged

fix chart download path #2548

merged 2 commits into from Mar 21, 2023

Conversation

siyuan0322
Copy link
Collaborator

Previously cd $GITHUB_WORKSPACE/charts && cp -r oss://graphscope/charts ./ will output all contents to $GITHUB_WORKSPACE/charts/charts/xxx.

Change to cd $GITHUB_WORKSPACE && cp -r oss://graphscope/charts ./charts will output all contents to $GITHUB_WORKSPACE/charts/xxx.

The latter case would make older .tgz files in the same level of the newest tgz file that helm package generated.

@sighingnow sighingnow merged commit dbc11d2 into alibaba:main Mar 21, 2023
@siyuan0322 siyuan0322 deleted the zsy/chart branch March 21, 2023 13:43
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

Successfully merging this pull request may close these issues.

None yet

2 participants