Skip to content

Commit 7a40889

Browse files
authored
Update Jenkinsfile
1 parent c76af17 commit 7a40889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline {
1919
sudo apt update
2020
sudo apt install python3 make libsasl2-dev libldap2-dev libssl-dev tesseract-ocr-all -y
2121
curl -sSL https://install.python-poetry.org | python3 -
22-
export PATH="/var/lib/jenkins/.local/bin:$PATH
22+
export PATH=/var/lib/jenkins/.local/bin:$PATH
2323
poetry install
2424
poetry add \"psycopg2-binary==2.8.6\"
2525
npm i --global yarn

0 commit comments

Comments
 (0)