Skip to content

Commit 76b3650

Browse files
Updated jenkins script for Linux.
1 parent e591fab commit 76b3650

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

HelperScripts/jenkins_build.sh

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xe
2-
cd $WORKSPACE
2+
cd $WORKSPACE/keyhotee
33

44
if [ -e "BitShares" ]
55
then
@@ -8,17 +8,6 @@ else
88
git clone https://github.com/InvictusInnovations/BitShares.git BitShares
99
fi
1010

11-
cd BitShares
12-
13-
if [ -e "fc" ]
14-
then
15-
cd fc
16-
git pull
17-
cd ..
18-
else
19-
git clone https://github.com/InvictusInnovations/fc.git fc
20-
fi
21-
2211
cd $WORKSPACE
2312

2413
if [ -e "bitshares_toolkit" ]

0 commit comments

Comments
 (0)