From b69267291ff7c7be9908208d107b2900757dde1d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 9 Feb 2023 18:03:00 -0500 Subject: [PATCH] gitlab-ci: unhardcode pulled repo-apk branch --- .gitlab/bin/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/bin/push.sh b/.gitlab/bin/push.sh index a58cee3..0c93e93 100755 --- a/.gitlab/bin/push.sh +++ b/.gitlab/bin/push.sh @@ -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 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 cp $i ${i/packages/repo-apk} done