Fixed remove-on0-cleanup operation

This commit is contained in:
Jakub Chrzanowski
2020-06-26 11:26:31 +02:00
parent b58cb1e66b
commit 2f1c64e170
3 changed files with 4 additions and 3 deletions

View File

@@ -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//.//}