We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76af17 commit 7a40889Copy full SHA for 7a40889
Jenkinsfile
@@ -19,7 +19,7 @@ pipeline {
19
sudo apt update
20
sudo apt install python3 make libsasl2-dev libldap2-dev libssl-dev tesseract-ocr-all -y
21
curl -sSL https://install.python-poetry.org | python3 -
22
- export PATH="/var/lib/jenkins/.local/bin:$PATH
+ export PATH=/var/lib/jenkins/.local/bin:$PATH
23
poetry install
24
poetry add \"psycopg2-binary==2.8.6\"
25
npm i --global yarn
0 commit comments