Skip to content

Commit

Permalink
Merge pull request #188 from dell/cbartoszDell-patch-1
Browse files Browse the repository at this point in the history
Update build.sh
  • Loading branch information
cbartoszDell authored Feb 13, 2024
2 parents 94ef773 + 213c0c5 commit c052e93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ function push_image {

NAME=csi-unity
IMAGE_NAME=${NAME}-${USER}
VERSION=$(date +%Y%m%d%H%M%S)
BIN_DIR=bin
BIN_NAME=${NAME}
IMAGE_REPO=dellemc
IMAGE_REPO_NAMESPACE=csi-unity
IMAGE_TAG=${VERSION}
IMAGE_TAG=${IMAGE_TAG:-$(date +%Y%m%d%H%M%S)}

# Read options
for param in $*; do
Expand Down

0 comments on commit c052e93

Please sign in to comment.