diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b07403c7c348a27661a0071273ab1d3fb34d0cda..a33a09663ccd54ff61bb48aa0548b0e1e5332975 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,4 +14,5 @@ Test SSH: #- scp testscript.sh $USER_NAME:~/testscript/testscript.sh #- scp helloworld.c $USER_NAME:~/testscript/helloworld.c #- ssh $USER_NAME "cd ~/testscript && chmod 700 testscript.sh && ./testscript.sh" - - ssh $USER_NAME "mkdir -p testscript && scp testscript.sh $USER_NAME:~/testscript/testscript.sh && cd testscript && ls -al" + #- ssh $USER_NAME "mkdir -p testscript && scp testscript.sh $USER_NAME:~/testscript/testscript.sh && cd testscript && ls -al" + - ssh $USER_NAME "pwd"