jjb/lava: Parameterize repo URL and branch for test scripts
[lttng-ci.git] / lava / system-tests / destructive-tests.yml
index f8a325ae4c901b508b300bd0b6211b00afb2938c..b1b4f27e7fb98f455a7a0f53c8d96c6bbb7620cd 100644 (file)
@@ -8,7 +8,7 @@ params:
 run:
         steps:
                 - apt install -y curl
-                - git clone https://github.com/lttng/lttng-ci ci
+                - git clone "${CI_REPO}" --branch="${CI_BRANCH}" ci
                 - export TMPDIR="/tmp"
                 - systemctl stop systemd-timesyncd.service
                 - mkdir -p coredump
This page took 0.022149 seconds and 4 git commands to generate.