Skip to content

Commit

Permalink
fix: update to build csi script
Browse files Browse the repository at this point in the history
Signed-off-by: SRIKUMAR VENUGOPAL <[email protected]>
  • Loading branch information
srikumar003 committed Nov 22, 2024
1 parent 15fea4e commit b099954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build_csi_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ if [ $BUILD_AND_PUSH = "yes" ]; then
(cd ../src/csi-driver-nfs && ./build_and_push_multiarch_csinfs.sh -p $REGISTRY_URL $VERSION)
else
(cd ../src/csi-s3 && ./build_and_push_multiarch_csis3.sh $REGISTRY_URL $VERSION)
(cd ../src/csi-driver-nfs && ./build_and_push_multiarch_csinfs.shh $REGISTRY_URL $VERSION)
(cd ../src/csi-driver-nfs && ./build_and_push_multiarch_csinfs.sh $REGISTRY_URL $VERSION)
fi

0 comments on commit b099954

Please sign in to comment.