diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index 0d7c0bf3625..e56af61ff4e 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,11 +66,6 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/automate-ui" ]]; then - echo "Skipping component: $component" - continue - fi - echo "component: $component" component_build="echo \"--- [\$(date -u)] build $component\"; build $component" build_commands="${build_commands} $component_build;"