Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: owncloud/ocis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b41d83d22bf3f26722c56610e24ed1245b28ed64
Choose a base ref
..
head repository: owncloud/ocis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5f84a6b5d9b6ad3fae9c5a742e793ee9de8fd6e9
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .drone.star
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
@@ -1735,7 +1735,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on =
"name": "wait-for-ocis-server",
"image": OC_CI_ALPINE,
"commands": [
"curl -k -u admin:admin --retry 10 --retry-all-errors 'https://localhost:9200/graph/v1.0/users/ddc2004c-0977-11eb-9d3f-a793888cd0f8'",
"curl -k -u admin:admin --retry 10 --retry-all-errors 'https://localhost:9200/graph/v1.0/users/ddc2004c-0977-11eb-9d3f-a793888cd0f8'",
],
"depends_on": depends_on,
},