test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 8s
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 8s
This commit is contained in:
@@ -32,8 +32,8 @@ jobs:
|
||||
(ssh-keygen -F gitea.smb-corp.de >/dev/null || ssh-keyscan -H gitea.smb-corp.de >> ~/.ssh/known_hosts) || true
|
||||
git config --global url."ssh://git@gitea.smb-corp.de".insteadOf "https://gitea.smb-corp.de"
|
||||
|
||||
- name: Checkout repository
|
||||
run: git clone git@gitea.smb-corp.de:${{ gitea.repository }} .
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Deploy via SSH (only required files)
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user