We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b838d commit 234e810Copy full SHA for 234e810
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
- checkout
8
- run:
9
name: Install required packages
10
- command: apt-get install git yum & yum install git
+ command: apt install yum && yum install git
11
12
name: Greeting
13
command: echo Hello, world.
0 commit comments