mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
new image opentofu and clone repository
This commit is contained in:
@ -7,14 +7,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hello:
|
hello:
|
||||||
# roda em qualquer runner self-hosted registrado no Gitea
|
#precisa da imagem costum do opentofu
|
||||||
runs-on: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04]
|
runs-on: [ fenix-opentofu ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checar versão do kubectl
|
- name: Updating apt-get
|
||||||
run: |
|
run: |
|
||||||
echo "kubectl version client:"
|
apt-get update -y
|
||||||
kubectl version --client --short
|
|
||||||
|
|
||||||
- name: Mostrar pods no cluster
|
- name: Cloning iac repository
|
||||||
run: |
|
uses: actions/checkout@v4
|
||||||
kubectl get pods --all-namespaces
|
|
||||||
Reference in New Issue
Block a user