Skip to content

Commit

Permalink
see if STORAGE_CHUNK_FOLDER fails the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Jan 4, 2021
1 parent cdcc6ef commit 3b9d373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]):
'KONNECTD_IDENTIFIER_REGISTRATION_CONF': '/drone/src/tests/config/drone/identifier-registration.yml',
'KONNECTD_TLS': 'true',
'OCIS_LOG_LEVEL': 'warn',
'STORAGE_CHUNK_FOLDER': '/var/tmp/ocis/chunks', # TODO: pipeline should not fail without this!?
#'STORAGE_DRIVER_OWNCLOUD_UPLOADINFO_DIR': "/tmp", # TODO: pipeline should not fail without this!?
#'STORAGE_CHUNK_FOLDER': '/var/tmp/ocis/chunks', # TODO: pipeline should not fail without this!?
'STORAGE_DRIVER_OWNCLOUD_UPLOADINFO_DIR': "/tmp", # TODO: pipeline should not fail without this!?
}

# Pass in "default" accounts_hash_difficulty to not set this environment variable.
Expand Down

0 comments on commit 3b9d373

Please sign in to comment.