Skip to content

Commit

Permalink
Adding components in skip
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain committed Sep 19, 2024
1 parent acdb246 commit 7404cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi
# Build all habitat packages that have changed
build_commands=""
for component in "${changed_components[@]}"; do
if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio"]]; then
if [[ "$component" == "components/compliance-service" || "$component" == "components/automate-es-gateway" || "$component" == "components/automate-cs-oc-erchef" || "$component" == "components/automate-cs-nginx" || "$component" == "components/automate-cs-ocid" || "$component" == "components/automate-minio" ]]; then
echo "Skipping component: $component"
continue
fi
Expand Down

0 comments on commit 7404cef

Please sign in to comment.