Skip to content

Commit eddc47e

Browse files
committed
Avoid 'test' target for now in Jenkins build due to docker calls having issues
1 parent a6ccedd commit eddc47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dockerizedBuildPipeline(
2626
// make all
2727
// '''
2828
// },
29-
// Avoid 'test' target for now due to docker calls having issues on Jenkins
29+
// Avoid 'test', 'lint' targets for now due to docker calls having issues on Jenkins
3030
buildAndTest: {
3131
sh '''
32-
make deps lint build
32+
make deps build
3333
'''
3434
},
3535
vulnerabilityScan: {

0 commit comments

Comments
 (0)