Skip to content

Commit

Permalink
Merge pull request #44 from mfreeman451/42-chore-linter-fixes
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
mfreeman451 authored Jan 19, 2025
2 parents 862a396 + 150f969 commit 1883f08
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
./setup-deb-agent.sh
./setup-deb-poller.sh
./setup-deb-cloud.sh
./setup-deb-dusk-checker.sh
- name: List Artifacts (for debugging)
run: ls -al ./release-artifacts
- name: Upload Release Assets
Expand Down
2 changes: 1 addition & 1 deletion setup-deb-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e # Exit on any error

# Get version from environment or default to 1.0.1
VERSION=${VERSION:-1.0.1}
VERSION=${VERSION:-1.0.2}
echo "Building serviceradar-agent version ${VERSION}"

echo "Setting up package structure..."
Expand Down
2 changes: 1 addition & 1 deletion setup-deb-cloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e # Exit on any error
echo "Setting up package structure..."

# Get version from environment or default to 1.0.1
VERSION=${VERSION:-1.0.1}
VERSION=${VERSION:-1.0.2}

# Create package directory structure
PKG_ROOT="serviceradar-cloud_${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion setup-deb-dusk-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e # Exit on any error

echo "Setting up package structure..."

VERSION=${VERSION:-1.0.1}
VERSION=${VERSION:-1.0.2}

# Create package directory structure
PKG_ROOT="serviceradar-dusk-checker_${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion setup-deb-poller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e # Exit on any error

echo "Setting up package structure..."

VERSION=${VERSION:-1.0.1}
VERSION=${VERSION:-1.0.2}

# Create package directory structure
PKG_ROOT="serviceradar-poller_${VERSION}"
Expand Down

0 comments on commit 1883f08

Please sign in to comment.