mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
turn off -x on scripts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd mvn-defaults
|
cd mvn-defaults
|
||||||
set -x
|
#set -x
|
||||||
CURRENT_VERSION=$(mvn help:evaluate -Dexpression=revision -q -DforceStdout)
|
CURRENT_VERSION=$(mvn help:evaluate -Dexpression=revision -q -DforceStdout)
|
||||||
RELEASE_VERSION=${CURRENT_VERSION%%-SNAPSHOT}
|
RELEASE_VERSION=${CURRENT_VERSION%%-SNAPSHOT}
|
||||||
PREVIEW_TAG="${RELEASE_VERSION}-preview"
|
PREVIEW_TAG="${RELEASE_VERSION}-preview"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd mvn-defaults
|
cd mvn-defaults
|
||||||
set -x
|
#set -x
|
||||||
CURRENT_VERSION=$(mvn help:evaluate -Dexpression=revision -q -DforceStdout)
|
CURRENT_VERSION=$(mvn help:evaluate -Dexpression=revision -q -DforceStdout)
|
||||||
RELEASE_VERSION=${CURRENT_VERSION%%-SNAPSHOT}
|
RELEASE_VERSION=${CURRENT_VERSION%%-SNAPSHOT}
|
||||||
RELEASE_TAG="${RELEASE_VERSION}-release"
|
RELEASE_TAG="${RELEASE_VERSION}-release"
|
||||||
|
|||||||
Reference in New Issue
Block a user