Skip to content

Commit d726233

Browse files
committed
Remove sudo command
1 parent a9f39c4 commit d726233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
command: yum install -y git
1212
- run:
1313
name: Add hosts record
14-
command: echo 127.0.0.1 ecag-fixml-dev1 | sudo tee -a /etc/hosts
14+
command: echo 127.0.0.1 ecag-fixml-dev1 | tee -a /etc/hosts
1515
- checkout
1616
- run:
1717
name: Install dependencies

0 commit comments

Comments
 (0)