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 9, 2023
1 parent 64deca5 commit 4f365a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
git filter-branch -f --prune-empty --tree-filter 'mkdir -p modules/'${source_module}'/modules; mv modules/'${m}' modules/'${source_module}'/modules/; true;' --tag-name-filter cat -- --all HEAD
done
fi
git filter-branch -f --prune-empty --tree-filter 'mv LICENSE.md modules/'${source_module}'/ || true' --tag-name-filter cat -- --all HEAD
git filter-branch -f --prune-empty --subdirectory-filter modules/${source_module}/ --tag-name-filter cat -- --all HEAD
- name: Push to module repo
env:
Expand Down

0 comments on commit 4f365a9

Please sign in to comment.