Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream
Commits:
-
f4f29c65
by Chandan Singh at 2018-12-24T13:16:06Z
1 changed file:
Changes:
... | ... | @@ -34,7 +34,8 @@ variables: |
34 | 34 |
# Install tox
|
35 | 35 |
- pip3 install tox
|
36 | 36 |
# Install compiler
|
37 |
- - { apt-get update && apt-get install -y gcc } || { yum install -y gcc }
|
|
37 |
+ -
|
|
38 |
+ bash -c '{ apt-get update && apt-get install -y gcc } || { yum install -y gcc }'
|
|
38 | 39 |
|
39 | 40 |
script:
|
40 | 41 |
- useradd -Um buildstream
|