Skip to content

Commit

Permalink
Deploy sonar upgrade module test
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Oct 10, 2023
1 parent 8ea90b3 commit a8cf5d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
fi
done
echo "Filtered Tags: ${filtered_tags[@]}"
for tag in $filtered_tags; do
git filter-branch -f --prune-empty --tree-filter 'mv LICENSE.md modules/'${source_module}'/ 2>/dev/null || true' --tag-name-filter "if [ \$GIT_TAG = $tag ]; then echo \$GIT_TAG; fi" -- --all HEAD
git filter-branch -f --prune-empty --subdirectory-filter modules/${source_module}/ --tag-name-filter "if [ \$GIT_TAG = $tag ]; then echo \$GIT_TAG; fi" -- --all HEAD
Expand Down

0 comments on commit a8cf5d9

Please sign in to comment.