From 017e222bb4a8320ba90ac29977fcb18ae9124652 Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 13 Apr 2024 21:06:23 -0600 Subject: [PATCH] go --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29dd547..507d55b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,8 @@ custom: clone-scwrypts: - &archlinux_clone_scwrypts archlinux-run: - command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts + #command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts + command: git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts jobs: aur-test: