Skip to content

Commit

Permalink
scripts: update release.sh values
Browse files Browse the repository at this point in the history
I forgot to do this during the latest storj.io/minio bump. We need to
automate this.

Change-Id: I6f4e0b259b8d3ec5c385a0f01dda7867ea853143
  • Loading branch information
amwolff committed Mar 22, 2022
1 parent 728023b commit 6ebf147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/release.sh
Expand Up @@ -39,10 +39,10 @@ fi
#
# TODO(artur, sean): this needs to be automated. Use
# storj.io/minio/buildscripts/gen-ldflags.go
MINIO_VERSION="2022-02-17T10:58:23Z"
MINIO_RELEASE="DEVELOPMENT.2022-02-17T10-58-23Z"
MINIO_COMMIT="f35d7bc00e6e39cac802658bbaf84ed2d967f2e1"
MINIO_SHORT_COMMIT="f35d7bc00e6e"
MINIO_VERSION="2022-03-22T16:55:11Z"
MINIO_RELEASE="DEVELOPMENT.2022-03-22T16-55-11Z"
MINIO_COMMIT="d6f2ba63d1c637aafc4edf14dd538486a9197db2"
MINIO_SHORT_COMMIT="d6f2ba63d1c6"

echo Running "go $@"
exec go "$1" -ldflags \
Expand Down

0 comments on commit 6ebf147

Please sign in to comment.