init
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -7,7 +7,10 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("install_dep") {
|
stage("install_dep") {
|
||||||
sh "pip install -r requirements/dev.txt"
|
steps {
|
||||||
|
sh "pip install -r requirements/dev.txt"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user