Commit c15e148a authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent dbd9f7f3
Pipeline #3688 failed with stage
in 26 seconds
......@@ -13,4 +13,4 @@ Test SSH:
script:
- scp testscript.sh $USER_NAME:~/testscript/testscript.sh
- scp testscript.sh $USER_NAME:~/testscript/helloworld.c
- ssh $USER_NAME "chmod 700 testscript/helloworld.c && chmod 700 testscript/testscript.sh && testscript/testscript.sh"
- ssh $USER_NAME "cd testscript && chmod 700 testscript/testscript.sh && ./testscript.sh"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment