This commit is contained in:
2025-08-26 13:57:11 +02:00
parent 23949c175f
commit bee14d3b79

View File

@@ -13,8 +13,8 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs python3 docker - run: apk add --no-cache nodejs python3 docker
- run: python3 -m venv .venv && . .venv/bin/activate - run: python3 -m venv .venv && . .venv/bin/activate
- run: python -m ensurepip --upgrade - run: . .venv/bin/activate && python -m ensurepip --upgrade
- run: python -m pip install ansible-builder - run: . .venv/bin/activate && python -m pip install ansible-builder
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."