Skip to content

Commit

Permalink
Issue #665: Remove package updates in tap from CI (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalota authored Oct 3, 2022
1 parent ae67448 commit 302577a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ jobs:
# Side effects: does an actual release, but to the test PyPI
command: bash ci/pypi/ci-deploy.sh --dry-run

- run:
name: '[Dry run] Update Homebrew tap with local installation test'
# Prerequisites: artifacts must be released to test PyPI first
command: bash ci/homebrew-tap/ci-deploy.sh --dry-run

- run:
name: '[Dry run] Publish image to Docker Hub'
command: bash ci/docker/ci-deploy.sh --dry-run
Expand Down Expand Up @@ -147,11 +142,6 @@ jobs:
name: 'Deploy to PyPI'
command: bash ci/pypi/ci-deploy.sh

- run:
name: 'Update Homebrew tap'
# Prerequisites: artifacts must be released to PyPI first
command: bash ci/homebrew-tap/ci-deploy.sh

- run:
name: 'Publish image to Docker Hub'
command: bash ci/docker/ci-deploy.sh
Expand Down
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ Review fixes should be pushed on separate commits for easier viewing on GitHub (
Instruction on how to be a maintainer and other helpful tips can be found in
[conda-forge recipe maintainer docs](https://conda-forge.org/docs/maintainer/adding_pkgs.html#recipe-maintainer).

1. Verify that the latest commit in [VirtusLab/homebrew-git-machete](https://github.com/VirtusLab/homebrew-git-machete) tap repo refers to the latest version.

1. Verify that a Docker image for the new version has been pushed to Docker Hub: [gitmachete/git-machete](https://hub.docker.com/r/gitmachete/git-machete/tags).

1. Verify that a newly released version is present in `latest/stable` channel in [Snap](https://snapcraft.io/git-machete/releases).
Expand Down
45 changes: 0 additions & 45 deletions ci/homebrew-tap/ci-deploy.sh

This file was deleted.

0 comments on commit 302577a

Please sign in to comment.