From 14c4294b8d2685a62fd3aa54cd3973c1f5680335 Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 13 Apr 2024 21:05:09 -0600 Subject: [PATCH] go --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d00d37..29dd547 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,13 +62,11 @@ custom: clone-aur: - &archlinux_clone_aur archlinux-run: - name: clone aur/scwrypts command: git clone https://aur.archlinux.org/scwrypts.git aur clone-scwrypts: - &archlinux_clone_scwrypts archlinux-run: - name: clone wrynegade/scwrypts command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts jobs: @@ -79,7 +77,6 @@ jobs: - *archlinux_clone_aur - *archlinux_clone_scwrypts - archlinux-run: - name: test makepkg against current build working_directory: /home/ci/aur command: >- : @@ -99,7 +96,6 @@ jobs: - *archlinux_prepare - *archlinux_clone_aur - archlinux-run: - name: adjust makepkg checksums working_directory: /home/ci/aur command: >- : @@ -109,7 +105,6 @@ jobs: && makepkg --printsrcinfo > .SRCINFO ; - archlinux-run: - name: test live build working_directory: /home/ci/aur command: >- : @@ -118,7 +113,6 @@ jobs: && scwrypts --version | grep -q "^scwrypts $CIRCLE_TAG\$" ; - archlinux-run: - name: publish aur/scwrypts working_directory: /home/ci/aur command: >- :