Skip to content
Snippets Groups Projects
Unverified Commit 8db102c5 authored by Drew Devereux's avatar Drew Devereux
Browse files

[MCCS-399] workaround for repository issue

parent 07ebc1f4
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ unit tests: ...@@ -64,7 +64,7 @@ unit tests:
- k8srunner - k8srunner
script: script:
- echo $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) - echo $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA)
- python3 -m pip install -U $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -U $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA)
- make test - make test
- scripts/validate-metadata.sh - scripts/validate-metadata.sh
artifacts: artifacts:
...@@ -77,7 +77,7 @@ linting: ...@@ -77,7 +77,7 @@ linting:
- k8srunner - k8srunner
script: script:
- echo $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) - echo $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA)
- python3 -m pip install -U $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -U $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA)
- make lint - make lint
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment