This commit is contained in:
Ionel Andrei Cataon
2026-02-12 15:42:52 +02:00
parent 712c7e4932
commit 89a88148a2

View File

@@ -6,7 +6,7 @@ pipeline {
steps { steps {
script { script {
echo "Verificăm sintaxa Python..." echo "Verificăm sintaxa Python..."
sh 'docker run --rm python:3.9-slim python -m py_compile project2/famousquotes.py' sh 'docker run --rm python:3.9-slim python -m py_compile famousquotes.py'
} }
} }
} }