Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 committed Nov 5, 2024
1 parent 86aa4a2 commit f9b967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/programs/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pushd "$programs_dir"
continue
fi
# Skipping - for now this code is not consumed anywhere and needs some updates.
if [[ "$project" == "aws-import-iac-iam-role-csharp" ]]; then
if [[ "$project" == "aws-import-iac-iam-role-"* ]]; then
continue
fi

Expand Down

0 comments on commit f9b967d

Please sign in to comment.