Skip to content

Commit

Permalink
ci: lib: download scripts from main
Browse files Browse the repository at this point in the history
Change the url for the common scripts download such that it points to
the main branch instead of master branch.

Signed-off-by: Antoniu Miclaus <[email protected]>
  • Loading branch information
amiclaus committed Feb 14, 2024
1 parent 52bee9a commit 428b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ download_common_scripts() {
[ ! -f "ci/$script" ] || continue
[ ! -f "build/$script" ] || continue
mkdir -p build
wget https://raw.githubusercontent.com/analogdevicesinc/no-OS/master/ci/$script \
wget https://raw.githubusercontent.com/analogdevicesinc/no-OS/main/ci/$script \
-O build/$script
done
}

0 comments on commit 428b320

Please sign in to comment.