Added Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -8,7 +8,8 @@ pipeline {
|
||||
stages {
|
||||
stage('install_dep') {
|
||||
steps {
|
||||
sh 'pip install -r requirements/dev.txt && python manage.py migrate'
|
||||
sh '''pip install -r requirements/dev.txt
|
||||
&& cp .env.sample .env && python manage.py migrate'''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user