Skip to content

Commit

Permalink
No more settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Oct 27, 2023
1 parent 5590bae commit 442894a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e
SCRIPTHOME="$(cd $(dirname "$0"); pwd)"
source ${SCRIPTHOME}/settings.sh

if [ ! -f ./openapi-doc.yaml ]; then
echo "No OpenAPI spec found"
Expand Down
1 change: 0 additions & 1 deletion github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export SNAPSHOT="false"
./generate.sh
mvn -Psonatype-oss-release clean package

source ./settings.sh
echo "Artifact version: ${ARTIFACT_VERSION}"
GITTAG="checkmk-java-client-${ARTIFACT_VERSION}"
echo "Git tag: ${GITTAG}"
Expand Down
3 changes: 0 additions & 3 deletions set-cmk-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ find .github/workflows -iname "*.yaml" -type f | while read FILE; do
echo "Processing $FILE"
sed -i -e"s/\(cmk_version:\)\([[:space:]]*\)\([0-9p.]\{3,\}\)$/\1 $VERSION/g" $FILE
done

echo "Processing settings.sh"
sed -i -e"s/\(OPENAPI_VERSION=\)\([0-9p.]\{3,\}\)$/\1$VERSION/g" settings.sh
7 changes: 0 additions & 7 deletions settings.sh

This file was deleted.

0 comments on commit 442894a

Please sign in to comment.