Skip to content

Commit

Permalink
readd sed command to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed May 12, 2024
1 parent f76a5a3 commit a65c724
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ case $1 in

export KPKG_ENABLE_DEBUG=yes
kpkg # Initializes configs
kpkg update

sed -i s/stable/master/g /etc/kpkg/kpkg.conf

kpkg update
#kpkg build kpkg -y

#kpkg build bzip2 -y || exit 1
Expand Down

0 comments on commit a65c724

Please sign in to comment.