Skip to content
Snippets Groups Projects
Commit 341b43ce authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-1450: Moved repository to final url

parent 31427a44
No related branches found
No related tags found
No related merge requests found
Pipeline #57264 passed with warnings
Pipeline: lograthor

#57265

    ...@@ -111,9 +111,8 @@ publish_on_gitlab: ...@@ -111,9 +111,8 @@ publish_on_gitlab:
    environment: gitlab environment: gitlab
    needs: needs:
    - package_files - package_files
    when: manual
    rules: rules:
    - if: $CI_COMMIT_TAG - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
    script: script:
    - echo "run twine for gitlab" - echo "run twine for gitlab"
    - | - |
    ...@@ -146,7 +145,7 @@ publish_on_pypi: ...@@ -146,7 +145,7 @@ publish_on_pypi:
    - package_files - package_files
    when: manual when: manual
    rules: rules:
    - if: $CI_COMMIT_TAG - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
    script: script:
    - echo "run twine for pypi" - echo "run twine for pypi"
    # - | # - |
    ...@@ -164,7 +163,7 @@ publish_to_readthedocs: ...@@ -164,7 +163,7 @@ publish_to_readthedocs:
    - package_docs - package_docs
    when: manual when: manual
    rules: rules:
    - if: $CI_COMMIT_TAG - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
    script: script:
    - echo "scp docs/* ???" - echo "scp docs/* ???"
    - exit 1 - exit 1
    # LoGraThor # LoGraThor
    ![Build status](https://git.astron.nl/lukken/lograthor/badges/main/pipeline.svg) ![Build status](https://git.astron.nl/lofar2.0/lograthor/badges/main/pipeline.svg)
    ![Test coverage](https://git.astron.nl/lukken/lograthor/badges/main/coverage.svg) ![Test coverage](https://git.astron.nl/lofar2.0/lograthor/badges/main/coverage.svg)
    LOFAR 2.0 Multi Project Integrat(h)or (LoGraThor). LOFAR 2.0 Multi Project Integrat(h)or (LoGraThor).
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment