git.delta.rocks / unique-network / refs/commits / ba63938d4606

difftreelog

Update node_build_test.yml

akaryaginUSETECH2021-03-11parent: #5904c9a.patch.diff
in: master

1 file changed

modifiednode_build_test.ymldiffbeforeafterboth
31 key: ${{ secrets.KEY }}31 key: ${{ secrets.KEY }}
32 port: ${{ secrets.SERVER_PORT }}32 port: ${{ secrets.SERVER_PORT }}
33 # command_timeout: 200m33 # command_timeout: 200m
34 script: |34 script: |
35 eval $(ssh-agent -s)35 eval $(ssh-agent -s)
36 ssh-add /home/devops/.ssh/git_hub36 ssh-add /home/devops/.ssh/git_hub
37 git clone git@github.com:usetech-llc/nft_private.git37 git clone git@github.com:usetech-llc/nft_private.git
38 cd nft_private38 cd nft_private
39 git checkout develop39 git checkout develop
40 # git pull --all40 # git pull --all
41 chmod +x ci_node.sh41 chmod +x ci_node.sh
42 ./ci_node.sh42 ./ci_node.sh
43 rm -rf /home/polkadot/nft_private