Merge pull request 'pipeline3' (#24) from pipeline3 into main
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Some checks failed
Organisation/sirh/pipeline/head There was a failure building this commit
Reviewed-on: #24
This commit was merged in pull request #24.
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -17,7 +17,8 @@ pipeline
|
||||
when { branch 'main' }
|
||||
steps {
|
||||
sh '''
|
||||
cd /jenkins_test/ && python3 -m venv venv
|
||||
cd /jenkins_test/ && git pull origin main
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python manage.py makemigrations
|
||||
|
||||
Reference in New Issue
Block a user