We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e591fab commit 76b3650Copy full SHA for 76b3650
HelperScripts/jenkins_build.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash -xe
2
-cd $WORKSPACE
+cd $WORKSPACE/keyhotee
3
4
if [ -e "BitShares" ]
5
then
@@ -8,17 +8,6 @@ else
8
git clone https://github.com/InvictusInnovations/BitShares.git BitShares
9
fi
10
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
22
cd $WORKSPACE
23
24
if [ -e "bitshares_toolkit" ]
0 commit comments