diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42e911f267f3ae3073d95ee61029bc0607a83904..1ec6863c886caae7d4b00dd7edb1ee936fcc1ce0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,9 +111,8 @@ publish_on_gitlab: environment: gitlab needs: - package_files - when: manual rules: - - if: $CI_COMMIT_TAG + - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' script: - echo "run twine for gitlab" - | @@ -146,7 +145,7 @@ publish_on_pypi: - package_files when: manual rules: - - if: $CI_COMMIT_TAG + - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' script: - echo "run twine for pypi" # - | @@ -164,7 +163,7 @@ publish_to_readthedocs: - package_docs when: manual rules: - - if: $CI_COMMIT_TAG + - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"' script: - echo "scp docs/* ???" - exit 1 diff --git a/README.md b/README.md index fe136bbfc9f16a3ebb6ada603ffedf039934ed9f..1e157c4bde5ffca0b6f8446bc348d4c7da53df0b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LoGraThor - - + + LOFAR 2.0 Multi Project Integrat(h)or (LoGraThor).