mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
yeah
This commit is contained in:
parent
585aeafffb
commit
2d975c3ed4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/aur.yml
vendored
6
.github/workflows/aur.yml
vendored
|
@ -21,12 +21,12 @@ jobs:
|
||||||
SKIP_LOGIN: true
|
SKIP_LOGIN: true
|
||||||
|
|
||||||
- name: Create SSH_CREDS directory
|
- name: Create SSH_CREDS directory
|
||||||
run: mkdir ~/ssh_creds
|
run: mkdir ./package/aur/ssh_creds
|
||||||
|
|
||||||
- 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 ./package/aur/ssh_creds
|
||||||
|
|
||||||
- run: ls -lah ~/ssh_creds/.ssh
|
- run: ls -lah ./package/aur/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