Skip to content

Commit

Permalink
[skip ci] build-ci: remove temporary code
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored Aug 7, 2023
1 parent ae70e80 commit d499cbd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ case $1 in
mkdir /out
ln -s /out /work/out
cd /work || exit 1
# temporary
kpkg
sed -i s/stable/master/g /etc/kpkg/kpkg.conf
kpkg update
kpkg build fakeroot -y
# end temporary
#echo "https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/main/" > /etc/apk/repositories
#echo "https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/community/" >> /etc/apk/repositories
#echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories
Expand Down

0 comments on commit d499cbd

Please sign in to comment.