diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 612a8d0de7eb80d7da63b235bed9970ce6fb5b1d..57f948f24f6dc8c9c8ba8669c2adc341ed8f5c71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ workflow: - if: $CI_COMMIT_TITLE =~ /.*(WIP|NO-CI|🚧|:construction:).*/ when: never # Do not run CI if repo is not on framagit - - if: $CI_SERVER_HOST =~ /^framagit.org/ + - if: $CI_SERVER_HOST =~ /^gitlab.liris.cnrs.fr/ ### BEGIN MKDOCS TEMPLATE ### ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG ! ### diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml index 9a98aa97a943e52f16acab9cad436f90a4cd40e3..03c80ded91c734d24d94a52a9c80eb478556d225 100644 --- a/docs/.gitlab-ci.yml +++ b/docs/.gitlab-ci.yml @@ -1,5 +1,3 @@ - - ### BEGIN MKDOCS TEMPLATE ### ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !### ### Modified content will be overwritten when updating.### @@ -23,7 +21,7 @@ workflow: - if: $CI_COMMIT_TITLE =~ /.*(WIP|NO-CI|🚧|:construction:).*/ when: never # Do not run CI if repo is not on framagit - - if: $CI_SERVER_HOST =~ /^framagit.org/ + - if: $CI_SERVER_HOST =~ /^gitlab.liris.cnrs.fr/ # Stages jobs will pass through with anchors to avoid updating stage in multiple # place within this file. Now renaming a stage can be done directly after the @@ -425,5 +423,3 @@ inform_triggers_variables: # vim: fdm=indent # ***************************************************************************** ### END MKDOCS TEMPLATE ### - -