chore: cleanup debug things

This commit is contained in:
Erica Marigold 2023-07-24 20:46:59 +05:30 committed by GitHub
parent 96aceb2ca6
commit a6cbfa045d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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