Skip to content

Commit

Permalink
Fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fallen committed Jun 14, 2023
1 parent e9e9ed7 commit 6fb8d0c
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 @@ -9,7 +9,7 @@ node {
sh '''
cd $WORKSPACE
rm -rf venv && virtualenv -p python3 venv
source venv/bin/activate
. venv/bin/activate
pip3 install -r requirements_dev.txt
cat <<ENDOFFILE > my.cnf
[client]
Expand Down

0 comments on commit 6fb8d0c

Please sign in to comment.