From aefd5755398017dfbfb09145e03f80eba82ff467 Mon Sep 17 00:00:00 2001 From: yage Date: Sun, 14 Apr 2024 02:26:56 -0600 Subject: [PATCH] v4.2.6 ===================================================================== - OK, I trust that the AUR testing pipeline will only publish proper builds which match all the correct versions and have all the correct checksums... so it's enabled now --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51ad927..d79ac2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -139,7 +139,7 @@ jobs: && eval $(ssh-agent) && echo -e $SSH_KEY_PRIVATE__AUR | ssh-add - && git remote add upstream ssh://aur@aur.archlinux.org/scwrypts.git - && echo 'DO THE GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git push upstream' + && GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git push upstream ; nodejs-test: