diff options
author | bst-marge-bot <marge-bot@buildstream.build> | 2020-06-03 09:58:11 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-06-03 09:58:11 +0000 |
commit | 76c51c2d1f00f171c1cf6e517cc4d7e43c740d28 (patch) | |
tree | 2e367b9eff997e9126ac76107a343131f8fbdb37 | |
parent | 2beaa288ba58fce651847d766de2112ba687a2e9 (diff) | |
parent | 42405d86e068c3a65bf6a10b693f2e3bdaffe127 (diff) | |
download | buildstream-76c51c2d1f00f171c1cf6e517cc4d7e43c740d28.tar.gz |
Merge branch 'traveltissues/update-overnight' into 'master'
update FD overnights
See merge request BuildStream/buildstream!1953
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b98726c4..dfd638cdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -348,8 +348,8 @@ docs: stage: test 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.1.1 + FD_SDK_REF: valentindavid/bst2 + BST_EXT_REF: 1.93.3 before_script: - | mkdir -p "${HOME}/.config" |