Skip to content

Commit

Permalink
Reduce logging in GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Oct 30, 2023
1 parent 0fde8c9 commit 465e94d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ variables:
before_script:
- apt-get update
- wget --no-verbose https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- apt-get install -y ./google-chrome-stable_current_amd64.deb
- apt-get install -y firefox-esr
# apt-get output piped through cat to avoid excessive "Selecting/Preparing/Unpacking" output (makes stdout not a TTY)
- apt-get install -y ./google-chrome-stable_current_amd64.deb | cat
- apt-get install -y firefox-esr | cat

node:18:
image: node:18
Expand Down

0 comments on commit 465e94d

Please sign in to comment.