Better reimport logic

This commit is contained in:
Segey Lapin
2019-10-17 20:12:27 +03:00
parent 9a7f7c3c96
commit 70a542fbc0

4
Jenkinsfile vendored
View File

@@ -73,7 +73,11 @@ node('docker && ubuntu-16.04') {
sh '''#!/bin/sh
base=$(pwd)
cd proto2
rm -f characters/accessory.json
rm -Rf characters/accessory
rm -Rf .import
ls -l
${base}/godot-templates/godot_server.x11.tools.64 -e tests/quit.tscn || true
${base}/godot-templates/godot_server.x11.tools.64 tests/test-triangles.tscn || true
'''
}