We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57021f6 commit a9a8983Copy full SHA for a9a8983
1 file changed
ci/Linux/scp-to-repo.sh
@@ -1,8 +1,8 @@
1
#! /bin/bash
2
3
-REMOTE_PATH="update2/FEBioStudio2Dev/Linux/stage"
+REMOTE_PATH="/serverRoot/update2/FEBioStudio2Dev/Linux/stage"
4
if [ $# == 1 ] && [ "$1" != "develop" ]; then
5
- REMOTE_PATH="update2/FEBioStudio2Dev/branches/$1/Linux/stage"
+ REMOTE_PATH="/serverRoot/update2/FEBioStudio2Dev/branches/$1/Linux/stage"
6
fi
7
8
@@ -18,6 +18,6 @@ zip -r sdk.zip lib
18
scp sdk.zip febio-web:~/$REMOTE_PATH/
19
popd
20
21
-if [ -f testLogs/Logs/* ]; then
22
- scp testLogs/Logs/* febio-web:~/TestSuite/Logs/linux.txt
23
-fi
+# if [ -f testLogs/Logs/* ]; then
+# scp testLogs/Logs/* febio-web:/serverRoot/TestSuite/Logs/linux.txt
+# fi
0 commit comments