Skip to content

Commit 516ce29

Browse files
committed
Fix missing MINECODE_CONAN_INDEX_REPO
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 1b7dc6e commit 516ce29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

minecode_pipelines/pipelines/mine_conan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
from minecode_pipelines.pipelines import MineCodeBasePipeline
2626
from scanpipe.pipes import federatedcode
2727

28-
MINECODE_CONAN_INDEX_REPO = "https://github.com/conan-io/conan-center-index"
29-
3028

3129
class MineConan(MineCodeBasePipeline):
3230
"""Pipeline to mine Conan packages and publish them to FederatedCode repo."""
3331

32+
MINECODE_CONAN_INDEX_REPO = "https://github.com/conan-io/conan-center-index"
33+
3434
@classmethod
3535
def steps(cls):
3636
return (

pyproject-minecode_pipelines.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "minecode_pipelines"
7-
version = "0.0.1b34"
7+
version = "0.0.1b35"
88
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
99
readme = "minecode_pipelines/README.rst"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)