Create symlink for templates

This commit is contained in:
Segey Lapin
2019-07-18 04:53:38 +03:00
parent 8a98089292
commit 9158f930d8

2
Jenkinsfile vendored
View File

@@ -27,7 +27,9 @@ node('docker && ubuntu-16.04') {
''' '''
} }
sh '''#!/bin/sh sh '''#!/bin/sh
rm -f export-templates
tar xf godot-templates.tar.gz tar xf godot-templates.tar.gz
ln -sf godot-templates export-templates
ls -l ls -l
ls -l godot-templates ls -l godot-templates
./godot-templates/godot_server.x11.tools.64 --help || true ./godot-templates/godot_server.x11.tools.64 --help || true