Skip to content

Commit

Permalink
Automated package building with OBS
Browse files Browse the repository at this point in the history
Signed-off-by: aazam <[email protected]>
  • Loading branch information
aazam-gh committed Aug 22, 2024
1 parent f5ab8fe commit fe7c0e5
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/buildzvmsdk_tar
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $REPOTOP

# Copy files to the build directory with error handling
echo "Attempting to copy zvmsdklogs to $REPOTOP:"
cp ../zvmsdklogs $REPOTOP || { echo "Failed to copy zvmsdklogs"; exit 1; }
cp ../zvmsdklogs . || { echo "Failed to copy zvmsdklogs"; exit 1; }

# Create the tarball
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ workflow:
branches:
only:
- master
event: push
event: push
Binary file removed obs-artifacts/zthin-build.tar.gz
Binary file not shown.
17 changes: 0 additions & 17 deletions obs-artifacts/zthin_3.1.2.dsc

This file was deleted.

Binary file removed obs-artifacts/zthin_3.1.2.tar.gz
Binary file not shown.
Binary file removed obs-artifacts/zvmsdk.tar.gz
Binary file not shown.
17 changes: 0 additions & 17 deletions obs-artifacts/zvmsdk_1.4.0.dsc

This file was deleted.

Binary file removed obs-artifacts/zvmsdk_1.4.0.tar.gz
Binary file not shown.

0 comments on commit fe7c0e5

Please sign in to comment.