mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
debug test
This commit is contained in:
parent
e550a2b410
commit
d67b44db14
1 changed files with 2 additions and 0 deletions
2
.github/workflows/aur.yml
vendored
2
.github/workflows/aur.yml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
||||||
|
|
||||||
- name: Setup SSH Credentials
|
- name: Setup SSH Credentials
|
||||||
run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ~/ssh_creds
|
run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ~/ssh_creds
|
||||||
|
|
||||||
|
- run: ls -lah ~/ssh_creds
|
||||||
|
|
||||||
- name: AUR Routine
|
- name: AUR Routine
|
||||||
run: docker build -t aur_routine package/aur && docker run aur_routine
|
run: docker build -t aur_routine package/aur && docker run aur_routine
|
||||||
|
|
Loading…
Reference in a new issue