Skip to content

Commit aa05c14

Browse files
committedJul 2, 2024
Adjusted build files as well
1 parent 75afb22 commit aa05c14

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)