change pipeline
All checks were successful
Gitea Actions Demo / Bootstrap-runner (push) Successful in 4s
Gitea Actions Demo / Create-dockerfile-with-ansible-builder (push) Successful in 10m44s

This commit is contained in:
root
2024-07-17 09:54:53 +02:00
parent 321ade631e
commit aa396cbc66

View File

@@ -4,13 +4,14 @@ on:
push: push:
paths: paths:
- 'rocky-environment.yml' - 'rocky-environment.yml'
- '.gitea/workflows/gitea-actions-rocky.yaml'
jobs: jobs:
Bootstrap-runner: Bootstrap-runner:
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 python3 docker
- 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