Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern authored and SamuAlfageme committed Nov 24, 2022
1 parent 9a3817a commit 27c9111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def makeStep(target):
def cloneOc10TestReposStep():
return {
"name": "clone-oC10-test-repos",
"image": "registry.cern.ch/docker.io/owncloudci/alpine:latest",
"image": "owncloudci/alpine:latest",
"commands": [
"source /drone/src/.drone.env",
"git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing",
Expand Down
5 changes: 5 additions & 0 deletions changelog/unreleased/appprovider-panic-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Fixes panic in case of empty configuration

Makes sure the config map is allocated prior to setting it

https://github.com/cs3org/reva/pull/3455

0 comments on commit 27c9111

Please sign in to comment.