Fix Jenkins Comment
Minetest-For-Mobile/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
TheBrokenRail 2020-12-21 14:54:48 -05:00
parent 65d69fb413
commit 9b9611f365
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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 {