Skip to content

Commit 268628b

Browse files
author
Roman
committed
remove docker job in config.yml
1 parent f7d343e commit 268628b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -275,19 +275,6 @@ jobs:
275275
command: |
276276
[[ $(docker manifest inspect opentensorfdn/bittensor:`cat VERSION` > /dev/null 2> /dev/null ; echo $?) == 1 ]] && echo "Docker image 'opentensorfdn/bittensor:`cat VERSION`' does not exist in dockerhub"
277277
278-
release-dry-run:
279-
docker:
280-
- image: cimg/python:3.10
281-
steps:
282-
- checkout
283-
- setup_remote_docker:
284-
version: default
285-
docker_layer_caching: true
286-
- run:
287-
name: Executing release script
288-
command: |
289-
./scripts/release/release.sh --github-token ${GH_API_ACCESS_TOKEN}
290-
291278
workflows:
292279
compatibility_checks:
293280
jobs:

0 commit comments

Comments
 (0)