Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Jan 28, 2025
1 parent 49d5045 commit dfa2ddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions linux/jdk/alpine/src/main/packaging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ cp -R /home/builder/build/generated/packaging /home/builder/workspace

# Build package and set distributions it supports
cd /home/builder/workspace/packaging
abuild fetch
abuild -r package
abuild -r

arch=$(abuild -A)

Expand Down
2 changes: 1 addition & 1 deletion linux/jre/alpine/src/main/packaging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cp -R /home/builder/build/generated/packaging /home/builder/workspace

# Build package and set distributions it supports
cd /home/builder/workspace/packaging
abuild -r -v --no-repo-update
abuild -r

arch=$(abuild -A)

Expand Down
2 changes: 1 addition & 1 deletion linux_new/jdk/alpine/src/main/packaging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cp -R /home/builder/build/generated/packaging /home/builder/workspace

# Build package and set distributions it supports
cd /home/builder/workspace/packaging
abuild -r -v --no-repo-update
abuild -r

arch=$(abuild -A)

Expand Down
2 changes: 1 addition & 1 deletion linux_new/jre/alpine/src/main/packaging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cp -R /home/builder/build/generated/packaging /home/builder/workspace

# Build package and set distributions it supports
cd /home/builder/workspace/packaging
abuild -r -v --no-repo-update
abuild -r

arch=$(abuild -A)

Expand Down

0 comments on commit dfa2ddd

Please sign in to comment.