[pitivi/sdk] xdebug



commit c81cbf8f8523fa72bc3770ba2f670a66b050ba8b
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Tue Dec 8 23:59:21 2020 +0100

    xdebug

 runner | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/runner b/runner
index f88059541..5fc6c9d1d 100644
--- a/runner
+++ b/runner
@@ -7,6 +7,16 @@ ARG FLATPAK_BUILDER_CACHE
 # This is just a temporary directory. It will be deleted at the end.
 ENV DIR=/tmp/pitivi.git
 
+RUN mkdir /root/t || true
+RUN ls -al /root
+RUN pwd
+RUN mkdir t || true
+RUN ls -al .
+RUN mkdir ../t || true
+RUN ls -al ..
+RUN mkdir ../../t || true
+RUN ls -al ../..
+
 RUN git clone ${CI_PROJECT_URL}.git --single-branch ${DIR} -b ${CI_COMMIT_REF_NAME}
 
 # Populate the flatpak cache by creating the sandbox.


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