Skip to content

Commit

Permalink
Merge branch 'v1/dev' into v1/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Meggle committed Mar 11, 2024
2 parents 663ee3a + 8f2bfac commit e593e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ PKGDIR=$OMD_ROOT/var/check_mk/packages_local
# Ownership can look dubious for git, fix this.
git config --global --add safe.directory $WORKSPACE
# get the current tag (Release) or commit hash (Artifact)
export RMK_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
#export RMK_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
export RMK_VERSION="1.4.3"

echo "▹ Removing old packages..."
rm -f $OMD_ROOT/var/check_mk/packages/*
Expand Down

0 comments on commit e593e1b

Please sign in to comment.