mirror of
https://github.com/simon987/task_tracker_drone.git
synced 2025-12-16 08:49:07 +00:00
Jenkins setup
This commit is contained in:
9
jenkins/build.sh
Executable file
9
jenkins/build.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
virtualenv env --download --always-copy --clear -p python3.7
|
||||
source env/bin/activate
|
||||
python --version
|
||||
|
||||
pip install -r requirements.txt
|
||||
deactivate
|
||||
|
||||
Reference in New Issue
Block a user