Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimant committed Oct 10, 2024
1 parent c35a8a8 commit 3166dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Jenkinsfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ pipeline {

stage('Package') {
steps { script {
linux.bundle('tgz-linux', nixShell=true)
//linux.bundle('tgz-linux', nixShell=true)
linux.bundle('tgz-linux', 0, true)
} }
}

Expand Down

0 comments on commit 3166dc5

Please sign in to comment.