change the order where we ser STORAGE_METADATA_ROOT

add changelog

update root metadata location on ci

Revert "update root metadata location on ci"

This reverts commit a7bcf9d645f9f35ac82ae32df77c0c866be6a608.

update .drone.star with no STORAGE_METADATA_ROOT

Revert "update .drone.star with no STORAGE_METADATA_ROOT"

This reverts commit 857db35c58bfb7c6e59f33b79e79a73886161d82.

Revert "change the order where we ser STORAGE_METADATA_ROOT"

This reverts commit 6f2c209c9aa30c310829ad4528327de94603ba56.

Revert "Revert "update .drone.star with no STORAGE_METADATA_ROOT""

This reverts commit 64bfa3f284380de8cbf4d9652d4e9b6ff9c69629.

Revert "Revert "Revert "update .drone.star with no STORAGE_METADATA_ROOT"""

This reverts commit 947ee03bc6a5a7b76046b7c130c0b3782c6d8eb1.
This commit is contained in:
A.Unger
2021-04-22 11:41:33 +02:00
parent 05f3b50964
commit dfb2bda066

View File

@@ -0,0 +1,5 @@
Bugfix: Fix STORAGE_METADATA_ROOT default value override
The way the value was being set ensured that it was NOT being overridden where it should have been. This patch ensures the correct loading order of values.
https://github.com/owncloud/ocis/pull/1956