[pitivi/sdk] x



commit 791c8dc100b8b171a416b0de2ce76ca06f088d41
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Wed Dec 9 00:31:10 2020 +0100

    x

 .gitlab-ci.yml |  5 +----
 runner         | 12 +-----------
 2 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0dd6df24f..e3c5d8c89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
   - deploy
 
 variables:
-  FLATPAK_BUILDER_CACHE: /root/flatpak-cache
+  FLATPAK_BUILDER_CACHE: /build/flatpak-cache
   DBUS_ID: org.pitivi.Pitivi
   XUNIT_PATH: ${CI_PROJECT_DIR}/xunit.xml
   GST_DEBUG_NO_COLOR: "true"
@@ -22,11 +22,8 @@ pitivi:master:
     - env
     - whoami
     - pwd
-    - ls -al ../..
-    - ls -al ..
     - ls -al
     - ls -al /root
-    - ls -al /home
 
     # Create an image with the flatpak cache populated.
     # This allows rebuilding the sandbox quickly when running the tests.
diff --git a/runner b/runner
index 5fc6c9d1d..3d9f935bd 100644
--- a/runner
+++ b/runner
@@ -5,17 +5,7 @@ ARG CI_COMMIT_REF_NAME
 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 ../..
+ENV DIR=/build/tmp-pitivi.git
 
 RUN git clone ${CI_PROJECT_URL}.git --single-branch ${DIR} -b ${CI_COMMIT_REF_NAME}
 


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