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 126b728 commit 15fea4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-tools/build_csi_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ if [ $BUILD_AND_PUSH = "yes" ]; then
echo $REGISTRY_PASSWORD | docker login -u $REGISTRY_USERNAME --password-stdin $REGISTRY_URL
fi
(cd ../src/csi-s3 && ./build_and_push_multiarch_csis3.sh -p $REGISTRY_URL $VERSION)
(cd ../src/csi-nfs && ./build_and_push_multiarch_csinfs.sh -p $REGISTRY_URL $VERSION)
(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-nfs && ./build_and_push_multiarch_csinfs.shh $REGISTRY_URL $VERSION)
(cd ../src/csi-driver-nfs && ./build_and_push_multiarch_csinfs.shh $REGISTRY_URL $VERSION)
fi

0 comments on commit 15fea4e

Please sign in to comment.