Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fork_HPC_Vehicle_Classification
m4labhpc
Commits
968553cb
Commit
968553cb
authored
May 18, 2021
by
Sintal
Browse files
Update .gitlab-ci.yml
parent
2ba6bfb4
Pipeline
#3729
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
968553cb
...
...
@@ -11,7 +11,7 @@ before_script:
Test SSH
:
script
:
#
- s
cp testscript.sh $USER_NAME:~/testscript/
testscript
.sh
#
- scp
helloworld.c
$USER_NAME:~/testscript/
helloworld.c
#
- s
sh
$USER_NAME
"cd
~/testscript
&& chmod 700 testscript.sh && ./testscript.sh"
-
ssh
-o 'StrictHostKeyChecking no'
$USER_NAME "
mkdir -p
testscript &&
scp testscript.sh $USER_NAME:~/testscript/
testscript.sh &&
cd
testscript
&& ls -al
"
-
s
sh $USER_NAME "mkdir -p
testscript
"
-
scp
testscript.sh
$USER_NAME:~/testscript/
testscript.sh
-
s
cp helloworld.c
$USER_NAME
:
~/testscript
/helloworld.c
-
ssh $USER_NAME "
cd ~/
testscript &&
chmod 700
testscript.sh &&
./
testscript
.sh
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment