You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:03:30 UTC

[buildstream] 01/01: wip: .gitlab-ci.yml: Update BuildBox

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch juerg/buildbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 83b208bd518821295ff6965863335f723adb942d
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Thu Nov 19 10:47:46 2020 +0100

    wip: .gitlab-ci.yml: Update BuildBox
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2031e27..78aba38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ variables:
   # Our own variables
   # Version of the docker images we should use for all the images.
   # This is taken from buildstream/buildstream-docker-images
-  DOCKER_IMAGE_VERSION: master-210859421
+  DOCKER_IMAGE_VERSION: juerg-buildbox-wip-220352489
   PYTEST_ADDOPTS: "--color=yes"
   INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
   PYTEST_ARGS: "--color=yes --integration -n 2"