mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Fixed remove-on0-cleanup operation
This commit is contained in:
4
.github/workflows/template-cleanup.yml
vendored
4
.github/workflows/template-cleanup.yml
vendored
@@ -43,8 +43,8 @@ jobs:
|
||||
find src -type f -exec sed -i "s/org.jetbrains.plugins.template/$GROUP/g" {} +
|
||||
find src -type f -exec sed -i "s/JetBrains/$ACTOR/g" {} +
|
||||
|
||||
# Remove lines marked with #REMOVE-IN-CLEANUP#
|
||||
find . -type f -exec sed -i '/#REMOVE-IN-CLEANUP#/'
|
||||
# Remove lines marked with #REMOVE-ON-CLEANUP#
|
||||
find . -type f -exec sed -i '/#REMOVE-ON-CLEANUP#/d' {} +
|
||||
|
||||
# Move content
|
||||
mkdir -p src/main/kotlin/${GROUP//.//}
|
||||
|
||||
Reference in New Issue
Block a user