diff --git a/Jenkinsfile b/Jenkinsfile index 4b75a06..c3bf783 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,9 +7,9 @@ pipeline { stages { stage('Build') { steps { - # Build + // Build sh 'cd /app; ./build-minetest.sh' - # Copy Artifacts + // Copy Artifacts sh 'mkdir out; cp /out/*.deb out' } post {