change pipeline
This commit is contained in:
@@ -4,13 +4,14 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'rocky-environment.yml'
|
||||
- '.gitea/workflows/gitea-actions-rocky.yaml'
|
||||
|
||||
jobs:
|
||||
Bootstrap-runner:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- 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 python3 docker
|
||||
- run: python -m ensurepip --upgrade
|
||||
- run: python -m pip install ansible-builder
|
||||
- name: Check out repository code
|
||||
|
||||
Reference in New Issue
Block a user