gitlab-ci: unhardcode pulled repo-apk branch
This commit is contained in:
parent
669a372fe7
commit
fcbaddcfd3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ echo "PACKAGER_PRIVKEY=$HOME/.abuild/key.rsa" >> $HOME/.abuild/abuild.conf
|
||||||
echo "REPODEST=$CI_PROJECT_DIR/repo-apk" >> $HOME/.abuild/abuild.conf
|
echo "REPODEST=$CI_PROJECT_DIR/repo-apk" >> $HOME/.abuild/abuild.conf
|
||||||
doas cp $HOME/.abuild/key.rsa.pub /etc/apk/keys/.
|
doas cp $HOME/.abuild/key.rsa.pub /etc/apk/keys/.
|
||||||
|
|
||||||
git clone git@lab.ilot.io:ayakael/repo-apk -b edge
|
git clone git@lab.ilot.io:ayakael/repo-apk -b $CI_MERGE_REQUEST_PROJECT_URL
|
||||||
for i in $(find packages -type f -name "*.apk"); do
|
for i in $(find packages -type f -name "*.apk"); do
|
||||||
cp $i ${i/packages/repo-apk}
|
cp $i ${i/packages/repo-apk}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue