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: >- :