difftreelog
Merge pull request #140 from usetech-llc/akaryaginUSETECH-GA-patch
in: master
Update node_build_test.yml
1 file changed
.github/workflows/node_build_test.ymldiffbeforeafterboth32 key: ${{ secrets.KEY }}32 key: ${{ secrets.KEY }}33 port: ${{ secrets.SERVER_PORT }}33 port: ${{ secrets.SERVER_PORT }}34 # command_timeout: 200m34 # command_timeout: 200m35 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_hub38 git clone git@github.com:usetech-llc/nft_private.git38 git clone git@github.com:usetech-llc/nft_private.git39 cd nft_private39 cd nft_private40 git checkout develop40 git checkout develop41 # git pull --all41 # git pull --all42 chmod +x ci_node.sh42 chmod +x ci_node.sh43 ./ci_node.sh43 ./ci_node.sh44 rm -rf /home/polkadot/nft_private44 rm -rf /home/polkadot/nft_private45