Skip to content

Commit 6465219

Browse files
author
Lenny Verkhovsky
committed
Fixed git show for upper-constraints.txt in lib/tempest
Change-Id: Id133108e0436018be81fca74a15ff29a4fe2e796 Closes-Bug: #1789643
1 parent 8288bcc commit 6465219

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
@@ -560,7 +560,7 @@ function configure_tempest {
560560
fi
561561

562562
# The requirements might be on a different branch, while tempest needs master requirements.
563-
(cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt
563+
(cd $REQUIREMENTS_DIR && git show origin/master:upper-constraints.txt) > u-c-m.txt
564564
tox -evenv-tempest -- pip install -c u-c-m.txt -r requirements.txt
565565

566566
# Auth:

0 commit comments

Comments
 (0)