diff options
author | 2018-05-21 15:32:52 -0400 | |
---|---|---|
committer | 2018-05-22 22:40:18 -0400 | |
commit | 678e65fa7938114bf7d66f212b16cef8633db214 (patch) | |
tree | b41462748c9101ea99ff3d3fa36296b159510a0c /mvn-phase-script.sh | |
parent | 4571d99c799412d22e140ea8396ba9ad105626a8 (diff) |
Miss HB CBS integration
Issue-ID: DCAEGEN2-279
Change-Id: I3f78e0870d4c620a304fb8d218f1d30187b4fbef
Signed-off-by: Gokul Singaraju <gs244f@att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 83b76dd..6b47ba5 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -138,7 +138,7 @@ run_tox_test() rm -rf ./venv-tox ./.tox virtualenv ./venv-tox source ./venv-tox/bin/activate - pip install pip==9.0.3 + pip install pip==10.0.1 pip install --upgrade argparse pip install tox==2.9.1 pip freeze |