Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RX0FA authored Feb 14, 2025
1 parent 33842df commit 7a3aed4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: |-
echo docker run --rm -v "`pwd`:/data" -w /data --env user_uid=$(id -u) --env user_gid=$(id -g)
exit 1
make docker-build
# Tag that will be automatically picked by ncipollo/release-action.
- name: Generate Tag
Expand Down Expand Up @@ -61,7 +59,7 @@ jobs:
id
docker run --rm -v "`pwd`:/data" -w /data --env user_uid=$(id -u) --env user_gid=$(id -g) \
archlinux:latest bash \
-c "useradd -M -s /bin/bash -u $user_uid -g $user_gid user && su user -c 'makepkg --printsrcinfo > .SRCINFO'"
-c 'useradd -M -s /bin/bash -u $user_uid -g $user_gid user && su user -c "makepkg --printsrcinfo > .SRCINFO"'
git config user.name RX0FA
git config user.email 174369883+RX0FA@users.noreply.github.com
git add .SRCINFO PKGBUILD
Expand Down

0 comments on commit 7a3aed4

Please sign in to comment.