From efe55e5d2105a3a90f519e09b1dcc3100a27fe43 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sat, 16 Aug 2025 16:13:46 +0000 Subject: [PATCH] new image opentofu and clone repository --- .gitea/workflows/ci-test.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 835f962..e1af312 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -7,14 +7,12 @@ on: jobs: hello: - # roda em qualquer runner self-hosted registrado no Gitea - runs-on: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04] + #precisa da imagem costum do opentofu + runs-on: [ fenix-opentofu ] steps: - - name: Checar versão do kubectl + - name: Updating apt-get run: | - echo "kubectl version client:" - kubectl version --client --short + apt-get update -y - - name: Mostrar pods no cluster - run: | - kubectl get pods --all-namespaces \ No newline at end of file + - name: Cloning iac repository + uses: actions/checkout@v4 \ No newline at end of file