[gimp-help/wip/wormnest/ci-test] test why the debian stages are sometimes failing




commit e1e57b6619ca2cb6115236c71856b47a172f755c
Author: Jacob Boerema <jgboerema gmail com>
Date:   Fri Jul 15 11:09:36 2022 -0400

    test why the debian stages are sometimes failing

 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90f42a0d3..d05e0017e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,8 +42,10 @@ build-image:
     - cd _build
     - ../autogen.sh --prefix=${INSTALL_PREFIX} --without-gimp
     - make && make install
-    - mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../${HELP_DIR}
-    - mv ../${HELP_DIR}/pdf/ ../${PDF_DIR}
+    - echo $PWD
+    - ls ../${HELP_DIR}
+    - mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ${CI_PROJECT_DIR}/${HELP_DIR}
+    - mv ${CI_PROJECT_DIR}/${HELP_DIR}/pdf/ ${CI_PROJECT_DIR}/${PDF_DIR}
   timeout: 2 hours 30 minutes
   needs: ["build-image"]
 


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