Auto-update floethereum
This commit is contained in:
parent
37c0d34ab9
commit
cca935761f
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
if [ ! -d "$BASE/dappbundle/.git" ]; then
|
||||
echo "Cloning dappbundle..."
|
||||
git clone git@gitea.ranchimall.net:RanchiMall/$APP.git "$BASE/dappbundle/$APP"
|
||||
git clone git@gitea.ranchimall.net:RanchiMall/dappbundle.git "$BASE/dappbundle"
|
||||
else
|
||||
echo "Updating dappbundle..."
|
||||
cd "$BASE/dappbundle"
|
||||
@ -38,8 +38,7 @@ jobs:
|
||||
echo "== Refreshing app bundle =="
|
||||
|
||||
rm -rf "$BASE/dappbundle/$APP"
|
||||
|
||||
git clone https://gitea.ranchimall.net/RanchiMall/$APP "$BASE/dappbundle/$APP"
|
||||
git clone git@gitea.ranchimall.net:RanchiMall/$APP.git "$BASE/dappbundle/$APP"
|
||||
|
||||
cd "$BASE/dappbundle"
|
||||
git config user.email "ranchimallfze@gmail.com"
|
||||
|
||||
@ -1 +1 @@
|
||||
# Check balance, transaction history and send ERC-20 USDT and USDC on Ethereum mainnet with your FLO/BTC/ETH private key (wif)
|
||||
# Check balance, transaction history and send ERC-20 USDT and USDC on Ethereum mainnet with your FLO/BTC/ETH private key (WIF)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user