Add debug statement

This commit is contained in:
Benjamin Bädorf 2021-06-14 21:49:36 +02:00
parent 9b811eea97
commit e3f870001a
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -14,7 +14,7 @@ steps:
- echo "Host git.b12f.io" >> ~/.ssh/config
- echo " Port 2222" >> ~/.ssh/config
- chmod -R 600 ~/.ssh
- git clone -b devos git@git.b12f.io:pub-solar/os
- GIT_SSH_COMMAND="ssh -v" git clone -b devos git@git.b12f.io:pub-solar/os
- cd os
- git remote add devos https://github.com/divnix/devos.git
- git fetch --all