NoIssue: Fix for build, run and publish

This commit is contained in:
2026-02-01 21:15:21 +01:00
parent a2fae04892
commit 8f907324ca
7 changed files with 37 additions and 30 deletions

View File

@@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
export VERSION=$(git describe --tags --exact-match 2>/dev/null \
|| git symbolic-ref --short -q HEAD \
|| git rev-parse --short HEAD)
echo "Publishing artifact ($VERSION)..."
./gradlew -Pversion=$VERSION publish
echo "Publishing docker container ($VERSION)..."
./build/docker/publish.sh

1
publishCICD.sh Symbolic link
View File

@@ -0,0 +1 @@
publish.sh