Skip to content

Commit

Permalink
removing some undone stages from Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
egusator committed Jun 13, 2024
1 parent 5ed17a3 commit bb88621
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,5 @@ pipeline {
}
}
}

stage('Generate dist') {
steps {
sh './lwr-dist-linux /tmp/lwr'
}
}

stage('Generate deb') {
steps {

}
}
}
}
}

0 comments on commit bb88621

Please sign in to comment.