mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
blobs/librem_*: ensure blobs placed in script dir
Ensure blobs end up in correct dirs, even when scripts are called from the root project dir. Fixes issues when called from CircleCI. Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
This commit is contained in:
parent
7a6a3fe5a4
commit
e65770035e
@ -95,6 +95,9 @@ check_and_get_blob () {
|
||||
fi
|
||||
}
|
||||
|
||||
# ensure pwd is script dir
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo ""
|
||||
|
||||
check_and_get_tools() {
|
||||
|
@ -95,6 +95,9 @@ check_and_get_blob () {
|
||||
fi
|
||||
}
|
||||
|
||||
# ensure pwd is script dir
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo ""
|
||||
|
||||
check_and_get_tools() {
|
||||
|
Loading…
Reference in New Issue
Block a user