Skip to content

Commit

Permalink
chore: remove typos installation, already in agents (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Jun 16, 2024
1 parent ab21f69 commit 3a9c598
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ pipeline {
stages {
stage('Check for typos') {
steps {
sh '''
curl -qsL https://github.com/crate-ci/typos/releases/download/v1.5.0/typos-v1.5.0-x86_64-unknown-linux-musl.tar.gz | tar xvzf - ./typos
curl -qsL https://github.com/halkeye/typos-json-to-checkstyle/releases/download/v0.1.1/typos-checkstyle-v0.1.1-x86_64 > typos-checkstyle && chmod 0755 typos-checkstyle
./typos --format json | ./typos-checkstyle - > checkstyle.xml || true
'''
sh './typos --format json | ./typos-checkstyle - > checkstyle.xml || true'
}
post {
always {
Expand Down

0 comments on commit 3a9c598

Please sign in to comment.