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 aa324c0 commit 7b8d602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ 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
Expand Down

0 comments on commit 7b8d602

Please sign in to comment.