Skip to content

Commit d5946b9

Browse files
committed
ci: lib.sh: download common scripts explicitly
Call explicitly the function from ${TOP_DIR}/build/lib.sh to download common scripts. Signed-off-by: Antoniu Miclaus <[email protected]>
1 parent 60135e3 commit d5946b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ ensure_command_exists sudo
3939

4040
. ${TOP_DIR}/build/lib.sh
4141

42+
# Call function from ${TOP_DIR}/build/lib.sh to download common scripts
43+
download_common_scripts

0 commit comments

Comments
 (0)