소스 검색

Generate a lock file before using Docker

Can't do it in the readonly filesystem inside!
Alex Crichton 6 년 전
부모
커밋
89f2b5a8bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ci/azure-steps.yml

+ 1 - 1
ci/azure-steps.yml

@@ -11,6 +11,6 @@ steps:
     condition: ne( variables['Agent.OS'], 'Linux' )
     displayName: Run test script
 
-  - bash: ./ci/run-docker.sh $TARGET
+  - bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET
     condition: eq( variables['Agent.OS'], 'Linux' )
     displayName: Run docker test script