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



commit a53cb1ade3430e4eccee255b8b6c0c055548fd3c
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 78b51e96b..670c22ee8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,6 +89,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]