import other kontor repos into directories
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
node {
|
||||
stage "Checkout"
|
||||
checkout scm
|
||||
stage "make migrations"
|
||||
sh "python kontor/manage.py makemigrations"
|
||||
stage "execute tests"
|
||||
<<<<<<< HEAD
|
||||
sh "python kontor/manage.py test comics library medien tradingcards homeoffice"
|
||||
=======
|
||||
sh "python kontor/manage.py test commics library medien tradingcards homeoffice"
|
||||
>>>>>>> add tests
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user