Skip to content

Commit 0be8292

Browse files
authored
Update Jenkinsfile
1 parent f83faca commit 0be8292

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jenkins/Jenkinsfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ pipeline {
1818

1919
stage('Setup Python') {
2020
steps {
21-
sh '''
22-
#!/bin/bash
21+
sh '''#!/bin/bash
2322
2423
python3 -m pip install --upgrade pip
2524
pip3 install codeql-wrapper
@@ -29,8 +28,7 @@ pipeline {
2928

3029
stage('CodeQL Analysis') {
3130
steps {
32-
sh '''
33-
#!/bin/bash
31+
sh '''#!/bin/bash
3432
3533
codeql-wrapper analyze ${WORKSPACE} \
3634
--monorepo \

0 commit comments

Comments
 (0)