From 46e0ed74c84072876cbd57a0672ee8e70c06de79 Mon Sep 17 00:00:00 2001 From: Emmanuel Agullo <emmanuel.agullo@inria.fr> Date: Mon, 27 Feb 2023 16:58:47 +0100 Subject: [PATCH] Reference hash to the new convetion --- .gitlab-ci.yml | 2 +- README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bdbeac..0f783d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,4 +2,4 @@ include: '.compose-gitlab-ci.yml' # # When included as a submodule, it may be done so instead: # include: -# remote: 'https://gitlab.inria.fr/compose/include/compose-publish/-/raw/05bb89ca54154da8ae8c5d845e940bd045206040/.compose-gitlab-ci.yml' +# remote: 'https://gitlab.inria.fr/compose/include/compose-publish/-/raw/0f9e60b75d7858052fa156c11e2158f6816b5c57/.compose-gitlab-ci.yml' diff --git a/README.org b/README.org index dd52965..b477e08 100644 --- a/README.org +++ b/README.org @@ -49,7 +49,7 @@ It is also possible to make the commit explicit through: #+begin_src yaml :eval no include: - remote: 'https://gitlab.inria.fr/compose/include/compose-publish/-/raw/05bb89ca54154da8ae8c5d845e940bd045206040/.compose-gitlab-ci.yml' + remote: 'https://gitlab.inria.fr/compose/include/compose-publish/-/raw/0f9e60b75d7858052fa156c11e2158f6816b5c57/.compose-gitlab-ci.yml' #+end_src *** Testing =ci/cd= locally -- GitLab