skipping poetry install

This commit is contained in:
Andy Pack 2023-05-02 20:57:09 +01:00
parent c049b8ea95
commit 240c23ff06
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -2,11 +2,11 @@ pipeline {
agent any
stages {
stage('Build Python Env') {
steps {
sh 'poetry install'
}
}
// stage('Build Python Env') {
// steps {
// sh 'poetry install'
// }
// }
stage('Build Javascript') {
steps {