smaller steps
This commit is contained in:
@@ -28,13 +28,9 @@ jobs:
|
||||
# known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }}
|
||||
#- name: Fix SSH key
|
||||
# run: sed -i 's/\r$//g' /root/.ssh/gitea_action
|
||||
- name: List SSH dir
|
||||
run: ls /root/.ssh/
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: test ssh
|
||||
run: ssh -p 2222 -T git@gitea.deepak.science
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v31
|
||||
- run: nix build --version
|
||||
|
||||
Reference in New Issue
Block a user