Explorar o código

Generate a lock file before using Docker

Can't do it in the readonly filesystem inside!
Alex Crichton %!s(int64=6) %!d(string=hai) anos
pai
achega
89f2b5a8bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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