From 9b9611f365550653abadd4b5bd27ec84a6915ed8 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Mon, 21 Dec 2020 14:54:48 -0500 Subject: [PATCH] Fix Jenkins Comment --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {