From ab2bf477b64524b0bbdd858521c2bbd57fb7d1d9 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Tue, 12 Nov 2019 16:15:51 +0000 Subject: [PATCH] Do "upstream" build in a scout container This avoids needing to install steam-runtime-tools there if we want to run "ninja dist". Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index 96d35422c..c0f7f4ea1 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -43,10 +43,6 @@ variables: STEAM_RUNTIME_TOOLS_GIT_REPO: https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.steamos.cloud/steam/steam-runtime-tools.git STEAM_RUNTIME_TOOLS_GIT_BRANCH: master -build: - variables: - BUILD_IMAGE: docker.internal.steamos.cloud/steamos/package-builder:buster - build:devel: stage: build image: "${DEVEL_DOCKER_REGISTRY}/${DEVEL_DOCKER_IMAGE}" -- GitLab