Add debug statement
This commit is contained in:
parent
9b811eea97
commit
e3f870001a
|
@ -14,7 +14,7 @@ steps:
|
||||||
- echo "Host git.b12f.io" >> ~/.ssh/config
|
- echo "Host git.b12f.io" >> ~/.ssh/config
|
||||||
- echo " Port 2222" >> ~/.ssh/config
|
- echo " Port 2222" >> ~/.ssh/config
|
||||||
- chmod -R 600 ~/.ssh
|
- 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
|
- cd os
|
||||||
- git remote add devos https://github.com/divnix/devos.git
|
- git remote add devos https://github.com/divnix/devos.git
|
||||||
- git fetch --all
|
- git fetch --all
|
||||||
|
|
Loading…
Reference in a new issue