From c00ff06b4ebfba09b84f9ef74399f15a43b1dbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 1 Sep 2024 01:36:35 +0100 Subject: [PATCH] . --- .gitea/workflows/host.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index dc93bee..17c2ad8 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -6,23 +6,22 @@ on: - "docs/**" - ".gitea/workflows/**services**.yml" jobs: - checkout-code: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 + # checkout-code: + # runs-on: ubuntu-latest + # steps: + # - name: Checkout code + # uses: actions/checkout@v2 ansible-playbook: runs-on: ubuntu-latest container: image: librespace/ansible - volumes: - - ${PWD}/ansible:/ansible +# volumes: +# - ${PWD}/ansible:/ansible steps: - name: ls shell: bash run: | - echo ${{gitea.workspace}} - ls /workspace -lah + ls ${{gitea.workspace}} -lah # run: | # ls