From d8a31dca9136754aac8b1c0d0b462d2401bbce7e Mon Sep 17 00:00:00 2001 From: jkoberg Date: Wed, 17 Jul 2024 11:06:10 +0200 Subject: [PATCH] feat(ocis): bump web commitID to current master Signed-off-by: jkoberg --- .drone.env | 4 ++-- changelog/unreleased/bump-web-commitid.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/bump-web-commitid.md diff --git a/.drone.env b/.drone.env index dde506a38b..4b9dd0db7f 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=5a27d947be3086543e3380c0ab9fe961af6ff358 -WEB_BRANCH=useZipInsteadOfTar +WEB_COMMITID=7ee2d90c8a78d115347d0a98c4015e736b6395a7 +WEB_BRANCH=master diff --git a/changelog/unreleased/bump-web-commitid.md b/changelog/unreleased/bump-web-commitid.md new file mode 100644 index 0000000000..f6673d011a --- /dev/null +++ b/changelog/unreleased/bump-web-commitid.md @@ -0,0 +1,5 @@ +Enhancement: Bump commitID for web + +Bump the web commitID to current master + +https://github.com/owncloud/ocis/pull/9631