change pipeline

This commit is contained in:
root
2024-07-17 09:49:03 +02:00
parent 013acdf22b
commit 0b917c5488

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- 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 - run: apk add --no-cache nodejs python
- run: python -m ensurepip --upgrade - run: python -m ensurepip --upgrade
- run: python -m pip install ansible-builder - run: python -m pip install ansible-builder
- name: Check out repository code - name: Check out repository code