mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
chore: cleanup debug things
This commit is contained in:
parent
96aceb2ca6
commit
a6cbfa045d
1 changed files with 1 additions and 4 deletions
5
.github/workflows/aur.yml
vendored
5
.github/workflows/aur.yml
vendored
|
@ -15,13 +15,10 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: debug
|
|
||||||
run: ls /home/runner/work/lune/lune
|
|
||||||
|
|
||||||
- name: Setup docker CLI
|
- name: Setup docker CLI
|
||||||
uses: actions-hub/docker/cli@master
|
uses: actions-hub/docker/cli@master
|
||||||
env:
|
env:
|
||||||
SKIP_LOGIN: true
|
SKIP_LOGIN: true
|
||||||
|
|
||||||
- name: AUR Routine
|
- name: AUR Routine
|
||||||
run: docker build -t aur_routine package/aur
|
run: docker build -t aur_routine package/aur && docker run aur_routine
|
||||||
|
|
Loading…
Reference in a new issue