We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75afb22 commit aa05c14Copy full SHA for aa05c14
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VERSION="$(< "./VERSION" sed -e 's/^[[:space:]]*//')"
+VERSION="$(< "$SCRIPT_DIR/VERSION" sed -e 's/^[[:space:]]*//' -e '/-SNAPSHOT$/s/.*/dev/' ./VERSION)"
4
RONDB_IMAGE_NAME=rondb-standalone:22.10.3
5
RONDB_VERSION=22.10.3
6
RONDB_TARBALL_URI=https://repo.hops.works/master/rondb-22.10.3-linux-glibc2.28-arm64_v8.tar.gz
build_run_docker.sh
@@ -31,7 +31,7 @@ set -e
31
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
32
33
# Repo version
34
-VERSION="$(< "$SCRIPT_DIR/VERSION" sed -e 's/^[[:space:]]*//')"
35
36
################
37
### Defaults ###
0 commit comments