소스 검색

remove sudo

tomvb/node-install
tom-vanbraband-sonarsource 9 달 전
부모
커밋
de5324e79c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      .cirrus.yml

+ 2
- 2
.cirrus.yml 파일 보기

@@ -82,8 +82,8 @@ linux_qa_java17_task:
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
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 set_maven_build_version $BUILD_NUMBER
- cd it

Loading…
취소
저장