Skip to content

Commit 6c12f17

Browse files
authored
Update Jenkinsfile
1 parent 0fd16aa commit 6c12f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline {
1919
python3 -m venv venv
2020
. venv/bin/activate
2121
22-
pip uninstall codeql-wrapper
22+
pip uninstall codeql-wrapper -y
2323
2424
echo "Upgrading pip, setuptools, and wheel..."
2525
python3 -m pip install --upgrade --force-reinstall pip setuptools wheel packaging gitpython==3.1.44

0 commit comments

Comments
 (0)