diff options
author | Jürg Billeter <j@bitron.ch> | 2020-02-05 11:49:12 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-02-05 14:35:12 +0100 |
commit | b2938d9776dc53a958337fe6d44e5c1840693241 (patch) | |
tree | 2e29c70a8e710464744c093318eb20909de5e84a /.gitlab-ci.yml | |
parent | a45666f69e63fbf39d4097b26e7b2a1b03ae6a09 (diff) | |
download | buildstream-b2938d9776dc53a958337fe6d44e5c1840693241.tar.gz |
.gitlab-ci.yml: Update bst-plugins-experimental version to 1.93.1.1juerg/update-plugins
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f65e320a..b43dacea5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -351,7 +351,7 @@ docs: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:31-${DOCKER_IMAGE_VERSION} variables: FD_SDK_REF: freedesktop-sdk-19.08.5-buildstream2-0-g22588e2f41acecbcfc555942eb3086296bc14c6c - BST_EXT_REF: 1.93.0 + BST_EXT_REF: 1.93.1.1 before_script: - | mkdir -p "${HOME}/.config" |