Generate a lock file before using Docker
Can't do it in the readonly filesystem inside!
This commit is contained in:
parent
7567d9ceb4
commit
a2b87a1a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue