Skip to content

Commit

Permalink
Remove sudo from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Oct 2, 2019
1 parent f328f67 commit 6de977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ package:debian:
script:
- apt-get update -qy
- apt-get install -y curl gnupg
- curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
- curl -sL https://deb.nodesource.com/setup_10.x | bash -
- curl -sL https://apt.salamek.cz/apt/conf/salamek.gpg.key | apt-key add -
- echo "deb https://apt.salamek.cz/apt all main" | tee /etc/apt/sources.list.d/salamek.cz.list
- apt-get update -qy
Expand Down

0 comments on commit 6de977f

Please sign in to comment.