Skip to content

Commit 6f4b7fc

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fixed git show for upper-constraints.txt in lib/tempest"
2 parents 393c95f + 6465219 commit 6f4b7fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ function configure_tempest {
577577
fi
578578

579579
# 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
581581
tox -evenv-tempest -- pip install -c u-c-m.txt -r requirements.txt
582582

583583
# Auth:

0 commit comments

Comments
 (0)