Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Jan 17, 2024
1 parent 2151004 commit dbfbae2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
echo ":modifiedChartPaths: ${modifiedChartPaths}"
# Test all charts if this workflow has been modified
modifiedWorkflow=$(echo ${modifiedPaths} | grep ".github/workflows/test.yml")
modifiedWorkflow=$(echo ${modifiedPaths} | grep '.github/workflows/test.yml')
echo ":modifiedWorkflow: ${modifiedWorkflow}"
modifiedWorkflow=$(echo ${modifiedPaths} | grep ".github/workflows/test.yml")
if [ -n "${modifiedWorkflow}" ]; then
modifiedChartPaths=$allChartsPaths
echo "= workflow modified, including all charts"
Expand Down

0 comments on commit dbfbae2

Please sign in to comment.