We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df0b98 commit ffcad47Copy full SHA for ffcad47
.circleci/config.yml
@@ -33,8 +33,9 @@ jobs:
33
cd $HOME/qa-framework
34
sudo chmod 777 /usr/local/lib/node_modules
35
sudo chmod 777 /usr/local/bin
36
- sudo echo "127.0.0.1 local.topcoder-dev.com" >>/etc/hosts
37
- sudo echo "127.0.0.1 local.topcoder.com" >>/etc/hosts
+ echo 127.0.0.1 local.topcoder-dev.com | sudo tee -a /etc/hosts
+ echo 127.0.0.1 local.topcoder.com | sudo tee -a /etc/hosts
38
+ cat /etc/hosts
39
mv -f test/config/ci-config.js test/config/config.js
40
npm install
41
npm test
0 commit comments