diff --git a/entrypoint.sh b/entrypoint.sh index 3b38d29c0..dfcd655b4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,10 +2,6 @@ set -e cd /build -repo_full=$(cat ./repo) -repo_owner=$(echo $repo_full | cut -d/ -f1) -repo_name=$(echo $repo_full | cut -d/ -f2) - pacman-key --init pacman -Syu --noconfirm useradd builduser -m