Skip to content
Snippets Groups Projects
Commit e9788ea7 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

added datafetcher to workflow dependencies

parent 5f9f4780
No related branches found
No related tags found
1 merge request!116WS 78 fix datafetcher tests
......@@ -49,6 +49,7 @@ build base image:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE =~ /\A(?i)-ops/'
changes:
- Dockerfile.base
- docker.properties
# Push Base Image Stage
push base image:
......@@ -61,6 +62,7 @@ push base image:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_MESSAGE =~ /\A(?i)-ops/'
changes:
- Dockerfile.base
- docker.properties
# Run Schema
run schema:
......
......@@ -31,5 +31,5 @@ setup(
keywords=[],
packages=["datafetcher"],
classifiers=["Programming Language :: Python :: 3.8"],
entry_points={"console_scripts": ["datafetcher = datafetcher.commands:main"]},
entry_points={"console_scripts": ["datafetcher = datafetcher.datafetcher:main"]},
)
......@@ -5,16 +5,19 @@
-e ../packages/shared/channels
-e ../packages/shared/workspaces
-e ../packages/apps/cli/utilities/wf_monitor
-e ../packages/apps/cli/executables/datafetcher
-e ../packages/apps/cli/executables/null
-e ../packages/apps/cli/executables/vulture
-e ../packages/testing
pycapo == 0.3.0
psycopg2 >= 2.8.5,<3.0
pycapo == 0.3.1
pyramid == 1.10
pyramid_beaker == 0.8
pyramid_debugtoolbar == 4.5
pyramid_retry == 2.1.1
pyramid_tm == 2.2.1
pytest == 5.4.3
requests == 2.23
sqlalchemy == 1.3.23
waitress == 1.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment