Execute docker/run.sh
on Linux
This commit is contained in:
parent
7b266ff181
commit
804ec5faab
@ -67,7 +67,13 @@ steps:
|
||||
condition: and(succeeded(), eq(variables['IMAGE'], 'mingw-check'))
|
||||
displayName: Verify the publish_toolstate script works
|
||||
|
||||
- script: sh src/ci/run.sh
|
||||
- bash: |
|
||||
set -e
|
||||
if [ "$IMAGE" = ""]; then
|
||||
src/ci/run.sh
|
||||
else
|
||||
src/ci/docker/run.sh $IMAGE
|
||||
fi
|
||||
timeoutInMinutes: 180
|
||||
env:
|
||||
CI: true
|
||||
|
Loading…
Reference in New Issue
Block a user