Skip to content
Snippets Groups Projects
Verified Commit b581e9aa authored by Romain Deville's avatar Romain Deville
Browse files

:construction_worker: Make CI run on gitlab.liris.cnrs.fr

Update `.gitlab-ci.yaml` and `docs/.gitlab-ci.yaml` to run CI on
`gitlab.liris.cnrs.fr`.
parent 0a4ab911
No related branches found
Tags v1.0.3-PAGoDA.1
No related merge requests found
...@@ -18,7 +18,7 @@ workflow: ...@@ -18,7 +18,7 @@ workflow:
- if: $CI_COMMIT_TITLE =~ /.*(WIP|NO-CI|🚧|:construction:).*/ - if: $CI_COMMIT_TITLE =~ /.*(WIP|NO-CI|🚧|:construction:).*/
when: never when: never
# Do not run CI if repo is not on framagit # 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 ### ### BEGIN MKDOCS TEMPLATE ###
### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG ! ### ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG ! ###
......
### BEGIN MKDOCS TEMPLATE ### ### BEGIN MKDOCS TEMPLATE ###
### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !### ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
### Modified content will be overwritten when updating.### ### Modified content will be overwritten when updating.###
...@@ -23,7 +21,7 @@ workflow: ...@@ -23,7 +21,7 @@ workflow:
- if: $CI_COMMIT_TITLE =~ /.*(WIP|NO-CI|🚧|:construction:).*/ - if: $CI_COMMIT_TITLE =~ /.*(WIP|NO-CI|🚧|:construction:).*/
when: never when: never
# Do not run CI if repo is not on framagit # 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 # 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 # place within this file. Now renaming a stage can be done directly after the
...@@ -425,5 +423,3 @@ inform_triggers_variables: ...@@ -425,5 +423,3 @@ inform_triggers_variables:
# vim: fdm=indent # vim: fdm=indent
# ***************************************************************************** # *****************************************************************************
### END MKDOCS TEMPLATE ### ### END MKDOCS TEMPLATE ###
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment