Skip to content

Commit

Permalink
Circle CI: don't silence output of flatpak install
Browse files Browse the repository at this point in the history
If there is no output for a certain time, the task is cancelled.

Signed-off-by: Jiří Janoušek <[email protected]>
  • Loading branch information
jiri-janousek committed Nov 10, 2018
1 parent 804a8b7 commit 45cec0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/circleci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ docker run \
flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak remote-add nuvola https://dl.tiliado.eu/flatpak/nuvola.flatpakrepo
echo Installing eu.tiliado.NuvolaAdk//stable...
flatpak install -y nuvola eu.tiliado.NuvolaAdk//stable > /dev/null
flatpak install -y nuvola eu.tiliado.NuvolaAdk//stable
echo Installing eu.tiliado.NuvolaAdk//master...
flatpak install -y nuvola eu.tiliado.NuvolaAdk//master > /dev/null
flatpak install -y nuvola eu.tiliado.NuvolaAdk//master
echo Done installation
cd /workdir
mkdir -p keep/stable keep/master
Expand Down

0 comments on commit 45cec0c

Please sign in to comment.