Skip to content

Commit

Permalink
Update CI/CD to create user and use it for makepkg
Browse files Browse the repository at this point in the history
  • Loading branch information
AkechiShiro committed Jul 6, 2023
1 parent 135e936 commit b0f269c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vagrant-automatic-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Build latest update from upstream
run: |
su makepkg-user
whoami
chmod +x ./update.sh
ls
bash ./update.sh
su makepkg-user -c "bash ./update.sh"

0 comments on commit b0f269c

Please sign in to comment.