You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2021/12/29 07:04:55 UTC

[buildstream] branch master updated: ci: update image versions

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

juergbi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new ad2cb8f  ci: update image versions
     new a9e43fe  Merge pull request #1544 from abderrahim/ci-image
ad2cb8f is described below

commit ad2cb8f7b37ffff012502521a12bf20cf9fc536b
Author: Abderrahim Kitouni <ak...@gnome.org>
AuthorDate: Tue Dec 7 07:43:08 2021 +0100

    ci: update image versions
---
 .github/common.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/common.env b/.github/common.env
index db3729e..084ac81 100644
--- a/.github/common.env
+++ b/.github/common.env
@@ -1,6 +1,6 @@
 # Shared common variables
 
-CI_IMAGE_VERSION=master-402069631
+CI_IMAGE_VERSION=master-422795815
 CI_TOXENV_MAIN=py36,py37,py38-nocover,py39-nocover,py310-nocover
 CI_TOXENV_PLUGINS=py36-plugins,py37-plugins,py38-plugins-nocover,py39-plugins-nocover,py310-plugins-nocover
 CI_TOXENV_ALL="${CI_TOXENV_MAIN},${CI_TOXENV_PLUGINS}"