Added Jenkinsfile

This commit is contained in:
nell
2024-07-24 09:06:25 +00:00
parent 67e48e5697
commit 0fc5e697ee

3
Jenkinsfile vendored
View File

@@ -8,8 +8,7 @@ pipeline {
stages { stages {
stage('install_dep') { stage('install_dep') {
steps { steps {
sh '''pip install -r requirements/dev.txt sh 'pip install -r requirements/dev.txt && cp .env.sample .env && python manage.py migrate'
&& cp .env.sample .env && python manage.py migrate'''
} }
} }