Loading csp-lmc-common/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ linting:csp-lmc-common: script: - cd $BUILD_PATH - cat $TESTPIPRC > /tmp/.pypirc - twine upload --repository-url gitlab $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) --config-file /tmp/.pypirc - twine upload --repository gitlab --config-file /tmp/.pypirc $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) .publish_python_release_common: extends: .publish_python_common Loading Loading
csp-lmc-common/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ linting:csp-lmc-common: script: - cd $BUILD_PATH - cat $TESTPIPRC > /tmp/.pypirc - twine upload --repository-url gitlab $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) --config-file /tmp/.pypirc - twine upload --repository gitlab --config-file /tmp/.pypirc $(ls -d ./dist/*.whl | grep $CI_COMMIT_SHORT_SHA) .publish_python_release_common: extends: .publish_python_common Loading