mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +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
|
@ -14,9 +14,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- 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
|
||||||
|
@ -24,4 +21,4 @@ jobs:
|
||||||
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