mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update x-pack/plugins/security_solution/scripts/run_cypress/parallel_serverless.ts
Co-authored-by: Maxim Palenov <maxim.palenov@elastic.co>
This commit is contained in:
parent
67a490bdef
commit
164dd9adad
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ export const cli = () => {
|
|||
async (context) => {
|
||||
const environment = process.env.ENVIRONMENT ?? : 'qa';
|
||||
|
||||
const PROXY_URL = process.env.PROXY_URL ? process.env.PROXY_URL : undefined;
|
||||
const PROXY_URL = process.env.PROXY_URL;
|
||||
const PROXY_SECRET = process.env.PROXY_SECRET || undefined;
|
||||
const PROXY_CLIENT_ID = process.env.PROXY_CLIENT_ID || undefined;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue