🔬 test(_mirror): gitlab

This commit is contained in:
Eshan Roy
2024-12-04 13:30:46 +05:30
parent 5233d0f76b
commit 1f316314bf

View File

@@ -13,6 +13,10 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Test SSH Connection
run: |
ssh -vT git@gitlab.com
- name: Set up SSH - name: Set up SSH
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
@@ -25,4 +29,3 @@ jobs:
git remote add gitlab git@gitlab.com:Snigdha-OS/snigdhaos-applications/snigdhaos-kernel-switcher-dev.git git remote add gitlab git@gitlab.com:Snigdha-OS/snigdhaos-applications/snigdhaos-kernel-switcher-dev.git
git push --mirror gitlab git push --mirror gitlab