Skip to content

Commit

Permalink
path to banned pwd list
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor committed Oct 16, 2023
1 parent 65ab269 commit 0f5715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,7 @@ def e2eTests(ctx):
"RETRY": "1",
"WEB_UI_CONFIG_FILE": "%s/%s" % (dirs["base"], dirs["ocisConfig"]),
"LOCAL_UPLOAD_DIR": "/uploads",
"FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST": "%s/tests/drone/banned-passwords.txt" % dirs["web"],
},
"commands": [
"cd %s" % dirs["web"],
Expand Down Expand Up @@ -1962,7 +1963,6 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on =
"OCIS_ASYNC_UPLOADS": True,
"OCIS_EVENTS_ENABLE_TLS": False,
"FRONTEND_AUTO_ACCEPT_SHARES": True,
"FRONTEND_PASSWORD_POLICY_BANNED_PASSWORDS_LIST": "%s/tests/drone/banned-passwords.txt" % dirs["web"],
}

if deploy_type == "":
Expand Down

0 comments on commit 0f5715a

Please sign in to comment.