Skip to content

Commit ffcad47

Browse files
authored
Update config.yml
1 parent 3df0b98 commit ffcad47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
cd $HOME/qa-framework
3434
sudo chmod 777 /usr/local/lib/node_modules
3535
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
36+
echo 127.0.0.1 local.topcoder-dev.com | sudo tee -a /etc/hosts
37+
echo 127.0.0.1 local.topcoder.com | sudo tee -a /etc/hosts
38+
cat /etc/hosts
3839
mv -f test/config/ci-config.js test/config/config.js
3940
npm install
4041
npm test

0 commit comments

Comments
 (0)