ci: no sudo in docker image
This commit is contained in:
parent
9347397e13
commit
d49e07a94f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue