switches to apt-get
This commit is contained in:
parent
bb4ad21942
commit
b0f187ac7d
@ -127,13 +127,13 @@ pipeline {
|
|||||||
container (jsNodeID) {
|
container (jsNodeID) {
|
||||||
script {
|
script {
|
||||||
sh """
|
sh """
|
||||||
apt update
|
apt-get update
|
||||||
apt install --no-install-recommends -y curl ca-certificates gcc g++ make git rpm
|
apt-get install --no-install-recommends -y curl ca-certificates gcc g++ make git rpm
|
||||||
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
||||||
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg > /dev/null
|
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg > /dev/null
|
||||||
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list
|
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||||
apt update
|
apt-get update
|
||||||
apt install yarn nodejs
|
apt-get install --no-install-recommends -y yarn nodejs
|
||||||
cd "${workspace}/lens"
|
cd "${workspace}/lens"
|
||||||
make build
|
make build
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user