Set proper file paths
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -42,7 +42,7 @@ node('docker && ubuntu-16.04') {
|
|||||||
base=$(pwd)
|
base=$(pwd)
|
||||||
cd proto1
|
cd proto1
|
||||||
ls -l
|
ls -l
|
||||||
${base}/godot-templates/godot_server.x11.tools.64 --export "linux" proto1-linux
|
${base}/godot-templates/godot_server.x11.tools.64 --export "linux" ${base}/proto1-linux
|
||||||
cd ..
|
cd ..
|
||||||
ls -l
|
ls -l
|
||||||
'''
|
'''
|
||||||
@@ -53,7 +53,7 @@ node('docker && ubuntu-16.04') {
|
|||||||
base=$(pwd)
|
base=$(pwd)
|
||||||
cd proto1
|
cd proto1
|
||||||
ls -l
|
ls -l
|
||||||
${base}/godot-templates/godot_server.x11.tools.64 --export "HTML5" proto1-html5
|
${base}/godot-templates/godot_server.x11.tools.64 --export "HTML5" ${base}/proto1-html5
|
||||||
cd ..
|
cd ..
|
||||||
ls -l
|
ls -l
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user