Skip to content

Commit fb26fc2

Browse files
authored
chore(sast): remove empty set for env vars (#6061)
1 parent 8d1c345 commit fb26fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cdk_integration_tests/run_integration_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ delete_reports () {
3030
rm checkov_checks_list.txt
3131
}
3232

33-
echo "calling set_env_vars"
34-
set_env_vars
33+
#echo "calling set_env_vars"
34+
#set_env_vars
3535

3636
if [[ -z "BC_API_KEY" ]]; then
3737
echo "BC_API_KEY is missing."

0 commit comments

Comments
 (0)