Commit e69b5a2b authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent 1a375bc2
Pipeline #3684 passed with stage
in 27 seconds
......@@ -11,5 +11,6 @@ before_script:
Test SSH:
script:
- scp testscript.sh $USER_NAME:~/testscript/testscript.sh
- ssh $USER_NAME "chmod 700 testscript/testscript.sh && testscript/testscript.sh"
- 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"
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