Skip to content

Commit a9a8983

Browse files
Updated path
1 parent 57021f6 commit a9a8983

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ci/Linux/scp-to-repo.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /bin/bash
22

3-
REMOTE_PATH="update2/FEBioStudio2Dev/Linux/stage"
3+
REMOTE_PATH="/serverRoot/update2/FEBioStudio2Dev/Linux/stage"
44
if [ $# == 1 ] && [ "$1" != "develop" ]; then
5-
REMOTE_PATH="update2/FEBioStudio2Dev/branches/$1/Linux/stage"
5+
REMOTE_PATH="/serverRoot/update2/FEBioStudio2Dev/branches/$1/Linux/stage"
66
fi
77

88

@@ -18,6 +18,6 @@ zip -r sdk.zip lib
1818
scp sdk.zip febio-web:~/$REMOTE_PATH/
1919
popd
2020

21-
if [ -f testLogs/Logs/* ]; then
22-
scp testLogs/Logs/* febio-web:~/TestSuite/Logs/linux.txt
23-
fi
21+
# if [ -f testLogs/Logs/* ]; then
22+
# scp testLogs/Logs/* febio-web:/serverRoot/TestSuite/Logs/linux.txt
23+
# fi

0 commit comments

Comments
 (0)