Browse Source

remove sudo

tomvb/node-install
tom-vanbraband-sonarsource 9 months ago
parent
commit
de5324e79c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .cirrus.yml

+ 2
- 2
.cirrus.yml View File

maven_cache: maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository folder: ${CIRRUS_WORKING_DIR}/.m2/repository
qa_script: qa_script:
- curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
- sudo apt-get install -y nodejs
- curl -fsSL https://deb.nodesource.com/setup_18.x | bash
- apt-get install -y nodejs
- source cirrus-env QA - source cirrus-env QA
- source set_maven_build_version $BUILD_NUMBER - source set_maven_build_version $BUILD_NUMBER
- cd it - cd it

Loading…
Cancel
Save