ci: no sudo in docker image

This commit is contained in:
Dylan R. E. Moonfire 2021-01-21 18:28:50 -06:00
parent 9347397e13
commit d49e07a94f

View file

@ -5,7 +5,7 @@ stages:
default:
before_script:
- curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash -
- curl -sL https://deb.nodesource.com/setup_15.x | bash -
- apt-get install nodejs yarn
# The test stage runs on every build and every branch.