Skip to content

Commit

Permalink
Update build_components.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesLorre authored Jul 31, 2023
1 parent 281591f commit f1d441b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ for dir in "${components_to_build[@]}"; do

echo "Updating the image version in the fondant_component.yaml with:"
echo "${full_image_names[0]}"
sed -i "" "s|^image: .*|image: ${full_image_names[0]}|" fondant_component.yaml
sed -i "s|^image: .*|image: ${full_image_names[0]}|" fondant_component.yaml

args=()

Expand Down

0 comments on commit f1d441b

Please sign in to comment.