소스 검색

build(linux): install reh dependencies for alpine

Baptiste Augrain 1 년 전
부모
커밋
2e7169a51a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package_alpine_reh.sh

+ 1 - 1
package_alpine_reh.sh

@@ -22,7 +22,7 @@ VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:a
 export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME
 
 for i in {1..5}; do # try 5 times
-  yarn --cwd build --frozen-lockfile --check-files && break
+  yarn --frozen-lockfile --check-files && break
   if [[ $i == 3 ]]; then
     echo "Yarn failed too many times" >&2
     exit 1