Skip to content

Commit

Permalink
Update npm install in debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Oct 2, 2019
1 parent 83d4602 commit f328f67
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_8.x | bash -
- curl -sL https://deb.nodesource.com/setup_10.x | sudo 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 f328f67

Please sign in to comment.