You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
671 B
21 lines
671 B
Index: build.sh |
|
--- build.sh.orig 2019-07-02 16:32:10.788494000 +0200 |
|
+++ build.sh 2019-07-02 16:33:20.501451000 +0200 |
|
@@ -7,7 +7,7 @@ |
|
set -e |
|
|
|
basedir=$(dirname $0) |
|
-GIT_COMMIT=$(git rev-parse HEAD) |
|
+GIT_COMMIT=000000 |
|
RELEASE_VERSION= |
|
RELEASE_SUBVERSION= |
|
release_base_path=/tmp/orchestrator-release |
|
@@ -116,7 +116,7 @@ |
|
debug "Building via $(go version)" |
|
mkdir -p "$binary_build_path/bin" |
|
rm -f $binary_artifact |
|
- gobuild="go build -i ${opt_race} -ldflags \"$ldflags\" -o $binary_artifact go/cmd/orchestrator/main.go" |
|
+ gobuild="go build -v ${opt_race} -ldflags \"$ldflags\" -o $binary_artifact go/cmd/orchestrator/main.go" |
|
|
|
case $os in |
|
'linux')
|
|
|