deleted: .gitea/actions/kubectl-setup/action.yml
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 17s
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 17s
modified: .gitea/workflows/deploy.yaml
This commit is contained in:
@@ -25,12 +25,11 @@ jobs:
|
||||
|
||||
mkdir -p ${{ runner.temp }}/gitea_src
|
||||
mkdir -p ${{ gitea.workspace }}/.gitea/actions
|
||||
# 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
|
||||
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
|
||||
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
|
||||
|
||||
|
||||
- name: Setup kubectl
|
||||
uses: ./.gitea/actions/kubectl-setup
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user