change pipeline
This commit is contained in:
@@ -12,7 +12,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 python
|
- run: apk add --no-cache nodejs python3
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user