Add a fake project shared to workaround CI crash

TeamCity runs :shared:clean as a first step of the build process.
But now shared is removed from K/N and CI crashes on this step.
At the same time we need this step to build branches with undetached
shared. This patch adds an empty project to workaround this crash.

TODO: Remove this build step and revert this patch when shared
detaching is merged.
This commit is contained in:
Ilya Matveev
2019-03-06 18:40:34 +03:00
committed by Ilya Matveev
parent a2370920db
commit e6cf9f0d1d
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
plugins {
id 'base'
}
View File