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 e6a12f0fdc - Show all commits

View File

@@ -21,14 +21,15 @@ jobs:
- name: setup actions from - name: setup actions from
run: | run: |
ls -lah ${{ runner.temp }} ls -lah ${{ runner.temp }}
ls -lah ${{ gitea.workspace }}
mkdir -p ${{ runner.temp }}/gitea_src mkdir -p ${{ runner.temp }}/gitea_src
mkdir -p ${{ gitea.workspace }}/.gitea/actions mkdir -p ${{ gitea.workspace }}/.gitea/actions
git clone -b main --depth=1 https://git.limbosolutions.com/kb/gitea ${{ runner.temp }}/gitea_src/.gitea # git clone -b main --depth=1 https://git.limbosolutions.com/kb/gitea ${{ runner.temp }}/gitea_src/.gitea
ln -s ${{ runner.temp }}/gitea_src/.gitea/actions/kubectl-setup ${{ gitea.workspace }}/.gitea/actions/kubectl-setup # ln -s ${{ runner.temp }}/gitea_src/.gitea/actions/kubectl-setup ${{ gitea.workspace }}/.gitea/actions/kubectl-setup
ls -lah ${{ gitea.workspace }}/.gitea/actions/kubectl-setup ls -lah ${{ gitea.workspace }}/.gitea/actions/kubectl-setup
ls -lah ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/* ls -lah ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/*
cat ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/action.yml # cat ${{ gitea.workspace }}/.gitea/actions/kubectl-setup/action.yml
- name: Setup kubectl - name: Setup kubectl
uses: ./.gitea/actions/kubectl-setup uses: ./.gitea/actions/kubectl-setup