From 158b283e6d9bdf7a4ea89e4956adbd2dff5b49f9 Mon Sep 17 00:00:00 2001 From: John ODonnell Date: Thu, 12 Oct 2023 23:28:45 -0400 Subject: [PATCH] Cukes: remove Keycloak cert from Conjur container --- ci/shared.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/shared.sh b/ci/shared.sh index 081fb0b4f6..6c7fac0fde 100644 --- a/ci/shared.sh +++ b/ci/shared.sh @@ -170,7 +170,6 @@ _run_cucumber_tests() { # ${cucumber_tags_arg} should overwrite the profile tags in a way for @smoke to work correctly $COMPOSE run "${run_flags[@]}" "${env_var_flags[@]}" \ cucumber -ec "\ - /oauth/keycloak/scripts/fetch_certificate && bundle exec parallel_cucumber . -n ${PARALLEL_PROCESSES} \ -o '--strict --profile \"${profile}\" ${cucumber_tags_arg} \ --format json --out \"cucumber/$profile/cucumber_results.json\" \