jjb/lava: Parameterize repo URL and branch for test scripts
[lttng-ci.git] / lava / system-tests / setup.yml
index f835548584445f78e736bc8eebfcea6dcd802f75..597d856820e07810d6fd812e758c26b06b43cc00 100644 (file)
@@ -21,7 +21,7 @@ run:
     - pip3 install 'pip==20.3'
     - hash -r
     - pip3 install vlttng
-    - git clone https://github.com/lttng/lttng-ci ci
+    - git clone "${CI_REPO}" --branch="${CI_BRANCH}" ci
     - mkdir -p /root/.ssh
     - chmod 700 /root/.ssh
     - cp lava/system-tests/authorized_keys /root/.ssh/authorized_keys
This page took 0.024505 seconds and 4 git commands to generate.