Generate a lock file before using Docker

Can't do it in the readonly filesystem inside!
This commit is contained in:
Alex Crichton 2019-04-02 09:53:05 -07:00
parent 7567d9ceb4
commit a2b87a1a7f

View file

@ -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