Skip to content

Commit

Permalink
TEST: Test the workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Feb 1, 2025
1 parent e04e1d4 commit a244fd3
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,6 @@ jobs:
VERSION=2.13.3
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Generate updated package
working-directory: tmp/guru/www-plugins/firefoxpwa
run: |
echo "::group::Updating the package ebuild"
cp "$GITHUB_WORKSPACE/native/packages/gentoo/firefoxpwa.ebuild" "firefoxpwa-$VERSION.ebuild"
pycargoebuild -i "firefoxpwa-$VERSION.ebuild" "$GITHUB_WORKSPACE/native"
echo "::endgroup::"
echo "::group::Updating the package manifest"
ebuild "firefoxpwa-$VERSION.ebuild" manifest
echo "::endgroup::"
- name: Commit updated package
working-directory: tmp/guru/www-plugins/firefoxpwa
run: |
git add -A
pkgdev commit --signoff
- name: Scan updated package
working-directory: tmp/guru/www-plugins/firefoxpwa
run: |
git remote set-head origin master
pkgcheck scan --net --commits
- name: Remove old packages
working-directory: tmp/guru/www-plugins/firefoxpwa
run: |
Expand Down

0 comments on commit a244fd3

Please sign in to comment.