ci: fix ssh clone url in build_binaries and upload_pck
CI / Run Tests (push) Failing after 35s
CI / Export Windows (push) Has been skipped
CI / Export Linux (push) Has been skipped
CI / Export Android (push) Has been skipped
Test Suite / Unit Tests (GUT) (push) Failing after 30s
Test Suite / Integration Tests (push) Failing after 32s
CI / Create Release (push) Has been skipped
Test Suite / Security Scan (push) Failing after 11m17s
Test Suite / Code Style Check (push) Failing after 11m50s
CI / Run Tests (push) Failing after 35s
CI / Export Windows (push) Has been skipped
CI / Export Linux (push) Has been skipped
CI / Export Android (push) Has been skipped
Test Suite / Unit Tests (GUT) (push) Failing after 30s
Test Suite / Integration Tests (push) Failing after 32s
CI / Create Release (push) Has been skipped
Test Suite / Security Scan (push) Failing after 11m17s
Test Suite / Code Style Check (push) Failing after 11m50s
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.TEKTON_SSH_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan git.klud.top >> ~/.ssh/known_hosts
|
||||
git clone git@git.klud.top:danchie/tekton.git .
|
||||
ssh-keyscan -p 222 100.79.174.108 >> ~/.ssh/known_hosts
|
||||
git clone ssh://git@100.79.174.108:222/danchie/tekton.git .
|
||||
git checkout ${{ github.ref_name }}
|
||||
|
||||
- name: Build Windows
|
||||
|
||||
@@ -15,8 +15,8 @@ jobs:
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.TEKTON_SSH_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan git.klud.top >> ~/.ssh/known_hosts
|
||||
git clone git@git.klud.top:danchie/tekton.git .
|
||||
ssh-keyscan -p 222 100.79.174.108 >> ~/.ssh/known_hosts
|
||||
git clone ssh://git@100.79.174.108:222/danchie/tekton.git .
|
||||
git checkout ${{ github.ref_name }}
|
||||
|
||||
- name: Build PCK
|
||||
|
||||
Reference in New Issue
Block a user