qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] deploy docs to qemu-project.org from GitLab CI


From: Thomas Huth
Subject: Re: [PATCH v2] deploy docs to qemu-project.org from GitLab CI
Date: Tue, 19 Jan 2021 17:14:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 19/01/2021 15.40, Paolo Bonzini wrote:
Currently, the website is rebuilt on qemu-project.org using
a separate container (https://github.com/stefanha/qemu-docs/)
cron job hook.  We can instead reuse the GitLab's CI artifacts.

To do so, we use the same mechanism that is already in place for
qemu-web.git.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
         v1->v2: use same image and before_script as qemu-web.git

  .gitlab-ci.yml | 24 ++++++++++++++++++++++++
  1 file changed, 24 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd0162ad29..d9afc79b30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ stages:
    - containers-layer2
    - build
    - test
+  - update

Could you please also update the comment at the very top of the yml file? It currently says that there are only two stages after the container stage, but now you're adding a third one.

 Thanks,
  Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]