Skip to content

Commit

Permalink
build: drop tarballs of binaries, preference packagecloud
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Sep 7, 2023
1 parent 4efd24d commit 72e4406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,6 @@ jobs:
- name: Create source tarball
run: ./Makepkgs --source --nonrpm

- name: Create release tarballs
run: |
mkdir archives; for build in artifacts/build-*; do tar -czvf archives/$(basename $build | sed -E 's/^build-//' | sed -E 's/-container$//').tar.gz -C $build $(find $build -type f ! -name "pcp-testsuite*" ! -name "pcp-*.src.rpm" -printf '%f '); done
- name: Release tarballs on github
uses: softprops/action-gh-release@v1
with:
files: |
archives/*
build/tar/*.src.tar.gz
- name: Release on Packagecloud
run: build/ci/packagecloud.sh
env:
Expand Down
3 changes: 2 additions & 1 deletion build/ci/packagecloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ set -e
echo "Install dependencies"
sudo gem install package_cloud

user=performancecopilot
#user=performancecopilot
user=natoscott
repo=pcp
here=`pwd`

Expand Down

0 comments on commit 72e4406

Please sign in to comment.