git.delta.rocks / unique-network / refs/commits / 040a586ad19f

difftreelog

Merge pull request #140 from usetech-llc/akaryaginUSETECH-GA-patch

usetech-llc2021-03-26parents: #3bcc5aa #405ddb8.patch.diff
in: master
Update node_build_test.yml

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
32 key: ${{ secrets.KEY }}32 key: ${{ secrets.KEY }}
33 port: ${{ secrets.SERVER_PORT }}33 port: ${{ secrets.SERVER_PORT }}
34 # command_timeout: 200m34 # command_timeout: 200m
35 script: |35 script: |
36 eval $(ssh-agent -s)36 eval $(ssh-agent -s)
37 ssh-add /home/devops/.ssh/git_hub37 ssh-add /home/polkadot/.ssh/git_hub
38 git clone git@github.com:usetech-llc/nft_private.git38 git clone git@github.com:usetech-llc/nft_private.git
39 cd nft_private39 cd nft_private
40 git checkout develop40 git checkout develop
41 # git pull --all41 # git pull --all
42 chmod +x ci_node.sh42 chmod +x ci_node.sh
43 ./ci_node.sh43 ./ci_node.sh
44 rm -rf /home/polkadot/nft_private44 rm -rf /home/polkadot/nft_private
45