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 {
stage('install_dep') {
steps {
sh '''pip install -r requirements/dev.txt
&& cp .env.sample .env && python manage.py migrate'''
sh 'pip install -r requirements/dev.txt && cp .env.sample .env && python manage.py migrate'
}
}