Skip to content
Snippets Groups Projects
Commit a2f1bd25 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: typo for 2nd workspace creation

parent 9e51060e
No related branches found
No related tags found
No related merge requests found
......@@ -265,9 +265,9 @@ def copyTo2ndServer(filename, flag, user, host) {
}
sh "scp ${filename} ${user}@${host}:/tmp/CI-CN5G-FED"
if ("oai-cn5g-fed.zip".equals(filename)) {
sh "ssh ${user}@${host} 'unzip oai-cn5g-fed.zip && rm oai-cn5g-fed.zip'"
sh "ssh ${user}@${host} 'git checkout -f ${GIT_COMMIT}'"
sh "ssh ${user}@${host} 'git log -n1'"
sh "ssh ${user}@${host} 'cd /tmp/CI-CN5G-FED && unzip oai-cn5g-fed.zip && rm oai-cn5g-fed.zip'"
sh "ssh ${user}@${host} 'cd /tmp/CI-CN5G-FED && git checkout -f ${GIT_COMMIT}'"
sh "ssh ${user}@${host} 'cd /tmp/CI-CN5G-FED && git log -n1'"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment