From a6cbfa045dc6a95fd92de69e2c33f8c07990e6ee Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 24 Jul 2023 20:46:59 +0530 Subject: [PATCH] chore: cleanup debug things --- .github/workflows/aur.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 45bcdd5..176cee5 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -14,9 +14,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - - name: debug - run: ls /home/runner/work/lune/lune - name: Setup docker CLI uses: actions-hub/docker/cli@master @@ -24,4 +21,4 @@ jobs: SKIP_LOGIN: true - name: AUR Routine - run: docker build -t aur_routine package/aur + run: docker build -t aur_routine package/aur && docker run aur_routine