From f915a3b6f2db3f45e33ffba0b78594b75f37e3b3 Mon Sep 17 00:00:00 2001 From: Sintal <61sima1bif@hft-stuttgart.de> Date: Tue, 18 May 2021 13:12:17 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b07403c..a33a096 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" -- GitLab