Skip to content

Commit 89f2b5a

Browse files
committed
Generate a lock file before using Docker
Can't do it in the readonly filesystem inside!
1 parent aa5ff95 commit 89f2b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ steps:
1111
condition: ne( variables['Agent.OS'], 'Linux' )
1212
displayName: Run test script
1313

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

0 commit comments

Comments
 (0)