Skip to content

Commit

Permalink
Jenkinsfile: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
francoilol committed Jan 10, 2022
1 parent b2201bc commit a31ce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
ansiColor('xterm') {
nvm(getNodejsVersion()) {
sh '''
rm -rf lisk-service/ # TODO
rm -rf lisk-service/ # linting will fail otherwise
npm run lint
'''
}
Expand Down

0 comments on commit a31ce95

Please sign in to comment.