-
Notifications
You must be signed in to change notification settings - Fork 0
fix: in order to support changes not only on dedicatd values.yaml file #70
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -197,7 +197,7 @@ jobs: | |
| cd remote | ||
| git config user.email "$GIT_USER_EMAIL" | ||
| git config user.name "$GIT_USER_NAME" | ||
| git add ".chart/$ENV/values.yaml" | ||
| git add . | ||
|
||
| if git diff --cached --quiet; then | ||
| echo "No changes to commit" | ||
| exit 0 | ||
|
|
||
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.
Spelling error in PR title: "dedicatd" should be "dedicated"