forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix release script (digital-asset#4275)
* fix release script only upload from the linux machine and escape arguments to `publish`, otherwise they get interpreted by bazel. CHANGELOG_BEGIN CHANGELOG_END * Update release/src/Main.hs Co-Authored-By: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> * Update release/src/Main.hs Co-Authored-By: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> * bracket -> bracket_ Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
- Loading branch information
1 parent
a1f8aeb
commit eacacbf
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,8 @@ module Util ( | |
resolvePomData, | ||
loggedProcess_, | ||
isDeployJar, | ||
|
||
osName | ||
) where | ||
|
||
|
||
|