Browse code

Merge "Fixed git show for upper-constraints.txt in lib/tempest"

Zuul authored on 2018/09/04 16:29:49
Showing 1 changed files
... ...
@@ -577,7 +577,7 @@ function configure_tempest {
577 577
     fi
578 578
 
579 579
     # The requirements might be on a different branch, while tempest needs master requirements.
580
-    (cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt
580
+    (cd $REQUIREMENTS_DIR && git show origin/master:upper-constraints.txt) > u-c-m.txt
581 581
     tox -evenv-tempest -- pip install -c u-c-m.txt -r requirements.txt
582 582
 
583 583
     # Auth: