Skip to content

Commit

Permalink
chore: circleci: not public release
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jul 11, 2023
1 parent 4013a55 commit 46cd015
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,26 +253,6 @@ jobs:
lint-all:
<<: *lint

publish:
description: publish binary artifacts
executor: ubuntu
steps:
- run:
name: Install git jq curl
command: apt update && apt install -y git jq curl
- checkout
- git_fetch_all_tags
- checkout
- install_ipfs
- attach_workspace:
at: "."
- run:
name: Create bundles
command: bash ./scripts/build-bundle.sh
- run:
name: Publish release
command: bash ./scripts/publish-release.sh

build-and-push-image:
description: build and push docker images to public AWS ECR registry
executor: aws-cli/default
Expand Down Expand Up @@ -423,17 +403,6 @@ workflows:
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- publish:
requires:
- build-all
- build-macos
filters:
branches:
ignore:
- /.*/
tags:
only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-and-push-image:
dockerfile: Dockerfile.sophon-miner
path: .
Expand Down

0 comments on commit 46cd015

Please sign in to comment.