modified: .gitea/workflows/deploy.yaml
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 16s
Some checks failed
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Failing after 16s
This commit is contained in:
@@ -20,10 +20,12 @@ jobs:
|
|||||||
|
|
||||||
- name: setup actions from
|
- name: setup actions from
|
||||||
run: |
|
run: |
|
||||||
|
ls -lah ${{ runner.temp }}
|
||||||
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
|
||||||
|
cat ./.gitea/actions/kubectl-setup/action.yaml
|
||||||
|
|
||||||
- name: Setup kubectl
|
- name: Setup kubectl
|
||||||
uses: ./.gitea/actions/kubectl-setup
|
uses: ./.gitea/actions/kubectl-setup
|
||||||
|
|||||||
Reference in New Issue
Block a user