From 2af47b18e76df5d01ad9d7fe33154cd5704eaf21 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 10 Sep 2020 13:00:01 +0100
Subject: [PATCH] CI: Don't test against SDK when using the public beta runtime

This doesn't currently work in the public beta (it's fixed in a future
build).

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index 0b17fb818..ed9137a01 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -258,7 +258,6 @@ relocatable-install:
         else
             python3 ./pressure-vessel/populate-depot.py \
             --depot=_build/depot \
-            --include-sdk \
             --unpack-runtimes \
             --pressure-vessel "${PRESSURE_VESSEL}" \
             --version latest-steam-client-public-beta \
-- 
GitLab