Skip to content

Commit 0f25bd8

Browse files
committed
Adjusted build files as well
1 parent e3bcf4f commit 0f25bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="$(< "./VERSION" sed -e 's/^[[:space:]]*//')"
3+
VERSION="$(< "$SCRIPT_DIR/VERSION" sed -e 's/^[[:space:]]*//' -e '/-SNAPSHOT$/s/.*/dev/' ./VERSION)"
44
RONDB_IMAGE_NAME=rondb-standalone:22.10.3
55
RONDB_VERSION=22.10.3
66
RONDB_TARBALL_URI=https://repo.hops.works/master/rondb-22.10.3-linux-glibc2.28-arm64_v8.tar.gz

build_run_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set -e
3131
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
3232

3333
# Repo version
34-
VERSION="$(< "$SCRIPT_DIR/VERSION" sed -e 's/^[[:space:]]*//')"
34+
VERSION="$(< "$SCRIPT_DIR/VERSION" sed -e 's/^[[:space:]]*//' -e '/-SNAPSHOT$/s/.*/dev/' ./VERSION)"
3535

3636
################
3737
### Defaults ###

0 commit comments

Comments
 (0)