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