Generate a lock file before using Docker
Can't do it in the readonly filesystem inside!
This commit is contained in:
parent
aa5ff95d7e
commit
89f2b5a8bd
|
@ -11,6 +11,6 @@ steps:
|
||||||
condition: ne( variables['Agent.OS'], 'Linux' )
|
condition: ne( variables['Agent.OS'], 'Linux' )
|
||||||
displayName: Run test script
|
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' )
|
condition: eq( variables['Agent.OS'], 'Linux' )
|
||||||
displayName: Run docker test script
|
displayName: Run docker test script
|
||||||
|
|
Loading…
Reference in New Issue