Browse code

Merge "Fix installing tempest plugins"

Zuul authored on 2019/03/22 06:38:17
Showing 1 changed files
... ...
@@ -672,7 +672,7 @@ function install_tempest_plugins {
672 672
     pushd $TEMPEST_DIR
673 673
     if [[ $TEMPEST_PLUGINS != 0 ]] ; then
674 674
         # The requirements might be on a different branch, while tempest & tempest plugins needs master requirements.
675
-        (cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt
675
+        (cd $REQUIREMENTS_DIR && git show origin/master:upper-constraints.txt) > u-c-m.txt
676 676
         tox -evenv-tempest -- pip install -c u-c-m.txt $TEMPEST_PLUGINS
677 677
         echo "Checking installed Tempest plugins:"
678 678
         tox -evenv-tempest -- tempest list-plugins