Skip to content

Commit

Permalink
Removing skipping components
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain committed Jan 6, 2025
1 parent acd5e5d commit 1c1505b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/verify_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
Expand Down

0 comments on commit 1c1505b

Please sign in to comment.