Skip to content

Commit 6fb8d0c

Browse files
committed
Fix Jenkinsfile
1 parent e9e9ed7 commit 6fb8d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node {
99
sh '''
1010
cd $WORKSPACE
1111
rm -rf venv && virtualenv -p python3 venv
12-
source venv/bin/activate
12+
. venv/bin/activate
1313
pip3 install -r requirements_dev.txt
1414
cat <<ENDOFFILE > my.cnf
1515
[client]

0 commit comments

Comments
 (0)