Compare commits
2 Commits
18561a0fab
...
21bbad66dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
21bbad66dc
|
|||
| 22dd67aaa1 |
@@ -61,6 +61,7 @@ jobs:
|
||||
if [ "${{ github.event_name }}" == "pull_request" ]; then
|
||||
echo ""
|
||||
echo ">> Checking for changes in a pull request ..."
|
||||
git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u | grep -E "clusters/[^/]+/helm/[^/]+"
|
||||
GIT_DIFF=$(git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u | grep -E "clusters/[^/]+/helm/[^/]+")
|
||||
else
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user