We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f39c4 commit d726233Copy full SHA for d726233
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
command: yum install -y git
12
- run:
13
name: Add hosts record
14
- command: echo 127.0.0.1 ecag-fixml-dev1 | sudo tee -a /etc/hosts
+ command: echo 127.0.0.1 ecag-fixml-dev1 | tee -a /etc/hosts
15
- checkout
16
17
name: Install dependencies
0 commit comments