fix: Suppression de l'étape SSH inutile dans la CI
Some checks failed
build-and-push-ext / build_push (push) Failing after 41s
Some checks failed
build-and-push-ext / build_push (push) Failing after 41s
- L'étape Setup SSH for git clone échouait car SSH_PRIVATE_KEY n'est pas configuré - Le clonage sdk_client utilise HTTPS, donc SSH n'est pas nécessaire - Suppression de l'étape SSH inutile qui bloquait la CI - Simplification du workflow : Clone sdk_client directement avec HTTPS
This commit is contained in:
parent
fd592fab43
commit
02396f2dd4
@ -35,13 +35,6 @@ jobs:
|
||||
version: "latest"
|
||||
path: "."
|
||||
|
||||
- name: Setup SSH for git clone
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan git.4nkweb.com >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Clone sdk_client
|
||||
run: |
|
||||
git clone -b dev https://git.4nkweb.com/4nk/sdk_client.git ../sdk_client
|
||||
|
Loading…
x
Reference in New Issue
Block a user