fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
Showing only changes of commit 138e33e90f - Show all commits

View File

@@ -14,6 +14,10 @@ jobs:
GITHUB_TEMP: ${{ runner.temp }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Fetch limbo public actions
env:
RUNNER_TEMP: "${{ runner.temp }}"
@@ -21,9 +25,6 @@ jobs:
run: |
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
- name: Checkout code
uses: actions/checkout@v3
- name: Setup kubectl
uses: ./.gitea/limbo_actions/kubectl-setup
with: