Skip to content

Commit 7d29251

Browse files
author
devizer
committed
turn off repo gpgcheck for tests on opensuse
Former-commit-id: ee51b1a
1 parent 5309cf3 commit 7d29251

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,15 @@ strategy:
218218
IMAGE: "fedora:36"
219219
SCRIPT: "fedora_prepare"
220220

221-
timeoutInMinutes: 25
221+
# timeoutInMinutes: 25
222222
pool:
223223
vmImage: 'ubuntu-20.04'
224224

225-
226225
steps:
227226

228-
229-
230227
- script: |
231228
script=https://raw.githubusercontent.com/devizer/test-and-build/master/install-build-tools-bundle.sh; (wget -q -nv --no-check-certificate -O - $script 2>/dev/null || curl -ksSL $script) | bash >/dev/null
229+
Say --Reset-Stopwatch
232230
Say "Register qemu user static"
233231
time docker run --rm --privileged multiarch/qemu-user-static:register --reset
234232
condition: ne(variables.Multiarch, '')

0 commit comments

Comments
 (0)