Implement suggestions

This commit is contained in:
Carlos Rodriguez Hernandez
2019-09-10 08:10:10 +00:00
parent d860bcba06
commit e75f1fca2b
3 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if git diff --name-only --cached | grep '/kubeapps/'; then
printf '\n\U1F6AB Pull Request cancelled\n\nKubeapps changes detected in this repository.\nPlease, implement them in the kubeapps repository (https://github.com/kubeapps/kubeapps/tree/master/chart/kubeapps).\n'
printf '\n\U1F6AB Commit cancelled\n\nKubeapps changes detected in this repository.\nPlease, implement them in the kubeapps repository (https://github.com/kubeapps/kubeapps/tree/master/chart/kubeapps).\n'
exit 1
fi

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if git diff --name-only --cached | grep '/upstreamed/'; then
printf '\n\U1F6AB Pull Request cancelled\n\nChanges detected in the "upstreamed" folder.\nPlease, implement them in the Helm Charts repository (https://github.com/helm/charts).\n'
printf '\n\U1F6AB Commit cancelled\n\nChanges detected in the "upstreamed" folder.\nPlease, implement them in the Helm Charts repository (https://github.com/helm/charts).\n'
exit 1
fi