[tracker-miners/sam/website: 2/2] WIP: How can build/ directory already exist?



commit 1359d7f408fa125b277a55a486e2795237eb0234
Author: Sam Thursfield <sam afuera me uk>
Date:   Sat Mar 28 18:04:53 2020 +0100

    WIP: How can build/ directory already exist?
    
    Confusing CI-only issue here:
    
        https://gitlab.gnome.org/GNOME/tracker-miners/-/jobs/646374
    
    The 'pages' job shouldn't be including artifacts in the build
    tree from previous job, as far as I understand. However, there's
    a warning that a './build' directory already exists, when we try
    to create it.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c13159ce2..690c5ac75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ pages:
     - pip3 install mkdocs mkdocs-cinder
   script:
     # Build tracker and tracker-miners to generate the API documentation.
+    - ls
     - su tracker -c '.gitlab-ci/checkout-tracker.sh'
     - su tracker -c 'mkdir build; cd build; meson .. --prefix=/tmp/tracker -Dtracker_core=subproject; ninja 
install'
     # Generate the website using mkdocs.


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