mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[CI / FIPS] Fix env var for checks (#186565)
In #183777 review iterations `FIPS_ENABLED` was changed, but not updated here. `Checks` with FIPS agents enabled: https://buildkite.com/elastic/kibana-pull-request/builds/217048#019037fd-675f-4860-839a-d5e0602a40c4/281-284
This commit is contained in:
parent
9009cb8cf2
commit
8c83173e62
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -euo pipefail
|
|||
export DISABLE_BOOTSTRAP_VALIDATION=false
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
|
||||
if [[ "${FIPS_ENABLED:-}" == "true" ]]; then
|
||||
if [[ "${FTR_ENABLE_FIPS_AGENT:-}" == "true" ]]; then
|
||||
.buildkite/scripts/steps/checks/verify_fips_enabled.sh
|
||||
fi
|
||||
.buildkite/scripts/steps/checks/saved_objects_compat_changes.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue