do not require a task id in update_project_config.sh
It's easy enough to look up the value and I'm using the script by itself a lot to fill in missing patches. Change-Id: I11a2f19c05cfb4fa8498e5aa6ecff4d377884d9e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
d737537806
commit
98b0a3cd08
@ -30,8 +30,15 @@ if [ -z "$team" ]; then
|
||||
fi
|
||||
|
||||
if [ -z "$task" ]; then
|
||||
usage
|
||||
exit 1
|
||||
echo
|
||||
echo "=== Getting storyboard details ==="
|
||||
echo
|
||||
|
||||
story_id=2002586
|
||||
task_id=$(grep -e "$team" $bindir/taskids.txt | awk '{print $1}')
|
||||
|
||||
echo "Story: $story_id"
|
||||
echo "Task : $task_id"
|
||||
fi
|
||||
|
||||
enable_tox
|
||||
|
Loading…
Reference in New Issue
Block a user