Fix wrong variable comparision in functions
A whitespace is missing. Closes-Bug: #1247273 Change-Id: I4bbed6077813c5d7522650baf2e78d9c44c1bba4
This commit is contained in:
parent
613fd5591c
commit
89d41ca239
@ -1266,7 +1266,7 @@ function setup_develop() {
|
|||||||
# where we really really want the overridden version to stick. So provide
|
# where we really really want the overridden version to stick. So provide
|
||||||
# a variable that tells us whether or not we should UNDO the requirements
|
# a variable that tells us whether or not we should UNDO the requirements
|
||||||
# changes (this will be set to False in the OpenStack ci gate)
|
# changes (this will be set to False in the OpenStack ci gate)
|
||||||
if [ $UNDO_REQUIREMENTS = "True"]; then
|
if [ $UNDO_REQUIREMENTS = "True" ]; then
|
||||||
if [ $update_requirements -eq 0 ]; then
|
if [ $update_requirements -eq 0 ]; then
|
||||||
(cd $project_dir && git reset --hard)
|
(cd $project_dir && git reset --hard)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user