[gimp-help/wip/wormnest/ci-pdf2] ci: test gitlab-ci




commit 369302faf1dabb45901faab320df9b22b43d0bcc
Author: Jacob Boerema <jgboerema gmail com>
Date:   Wed Feb 23 16:55:12 2022 -0500

    ci: test gitlab-ci

 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c230e246..995121673 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,6 +42,7 @@ build-debian:
     - cd ../web
     - make
     - mv /html/ ../html/
-    - cd ../_build
-    - mv /quickreference/pdf/ ../html/2.10/pdf/
+    - mkdir ../html/2.10
+    - cd ../_build/quickreference
+    - mv /pdf/ ../../html/2.10/pdf/
   timeout: 2 hours 30 minutes


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