We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d343e commit 268628bCopy full SHA for 268628b
.circleci/config.yml
@@ -275,19 +275,6 @@ jobs:
275
command: |
276
[[ $(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"
277
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
-
291
workflows:
292
compatibility_checks:
293
jobs:
0 commit comments