storage api python service templated and port added to jenkinsfile
This commit is contained in:
@ -28,16 +28,4 @@
|
||||
args:
|
||||
chdir: "{{ python_venv }}"
|
||||
|
||||
|
||||
|
||||
#- name: Upgrade pip in the virtual environment
|
||||
# win_shell: "{{ python_venv }}\\pip install --upgrade pip"
|
||||
# args:
|
||||
# chdir: "{{ python_venv }}"
|
||||
#
|
||||
#- name: Install Python dependencies from requirements.txt
|
||||
# win_shell: "{{ python_venv }}\\pip install -r {{ python_venv }}\\requirements.txt"
|
||||
# args:
|
||||
# chdir: "{{ python_venv }}"
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user