Skip to content

Commit

Permalink
cleanup(jenkinsfile): unused line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Jun 29, 2022
1 parent e820b26 commit 9764a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ stage('Build / Unit tests // Packaging / Signing') {
dir('centreon-collect-centos7') {
checkout scm
sh 'docker run -i --entrypoint /src/ci/scripts/collect-unit-tests.sh -v "$PWD:/src" registry.centreon.com/centreon-collect-centos7-dependencies:21.10'
sh "sudo apt-get install -y clang-tidy"
}
}
},
Expand Down

0 comments on commit 9764a06

Please sign in to comment.