Skip to content

Commit

Permalink
Change directory releases are output to
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljs1990 committed Apr 25, 2019
1 parent 02d7baa commit 9bf84a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/bazel*
/release-*
/release
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for arch in "${builds[@]}"; do
bazel build --platforms=@io_bazel_rules_go//go/toolchain:$arch //cmd/collins:collins
done

releases="release-$(git describe)"
releases="release/$(git describe)"
mkdir -p ${releases}

for arch in "${builds[@]}"; do
Expand Down

0 comments on commit 9bf84a9

Please sign in to comment.