Skip to content

Commit

Permalink
More lenient bash scripts due to missing vars in sdkman scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Aug 31, 2023
1 parent dda505c commit aeb17cc
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .build/bump-to-next-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

SNAPSHOT="${NEXT_VERSION}-SNAPSHOT"

Expand Down
2 changes: 0 additions & 2 deletions .build/bump-to-release-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

echo "Bumping version to ${RELEASE_VERSION}"

Expand Down
2 changes: 0 additions & 2 deletions .build/clear-revapi-justifications.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

echo "Clearing difference justifications"

Expand Down
2 changes: 0 additions & 2 deletions .build/deploy-site.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

echo "🚧 Building..."

Expand Down
1 change: 0 additions & 1 deletion .build/deploy-snapshot.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -e

init_gpg() {
gpg2 --fast-import --no-tty --batch --yes smallrye-sign.asc
Expand Down
2 changes: 0 additions & 2 deletions .build/install-mkdocs-deps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

cd documentation
pip install pipenv
Expand Down
2 changes: 0 additions & 2 deletions .build/release-with-jreleaser.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

echo "📦 Staging artifacts..."

Expand Down
2 changes: 0 additions & 2 deletions .build/setup-git.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

git config --global user.name "smallrye[bot]"
git config --global user.email "[email protected]"

0 comments on commit aeb17cc

Please sign in to comment.