mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
chore: pass --quiet to pip install (#1592)
This helps reduce a bit of output in the CI servers. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
3e2da6a386
commit
be8a638fce
@ -52,4 +52,4 @@ RUN npm config set spin=false
|
||||
|
||||
# Python
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install --quiet -r requirements.txt
|
||||
|
@ -51,4 +51,4 @@ RUN npm config set spin=false
|
||||
|
||||
# Python
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install --quiet -r requirements.txt
|
||||
|
@ -54,4 +54,4 @@ RUN npm config set spin=false
|
||||
|
||||
# Python
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install --quiet -r requirements.txt
|
||||
|
@ -68,7 +68,7 @@ else
|
||||
|
||||
npm config set spin=false
|
||||
npm config set progress=false
|
||||
pip install -r requirements.txt
|
||||
pip install --quiet -r requirements.txt
|
||||
|
||||
make info
|
||||
make electron-develop
|
||||
|
Loading…
x
Reference in New Issue
Block a user