Skip to content

Commit d64acdd

Browse files
committed
Re-enable Azure CI
This was mistakenly disabled with #3159 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 62ce6ec commit d64acdd

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,6 @@
77

88
jobs:
99

10-
11-
################################################################################
12-
# Tests building with docker
13-
################################################################################
14-
15-
16-
- job: test_build_and_run_with_docker
17-
steps:
18-
- task: Docker@2
19-
displayName: Check that building and running using Docker succeeds
20-
inputs:
21-
command: 'build'
22-
Dockerfile: '**/Dockerfile'
23-
tags: |
24-
'scancode-toolkit'
25-
'scancode-toolkit:$(Build.BuildId)'
26-
- script: |
27-
docker run -v $PWD/:/project scancode-toolkit -clipeu \
28-
--json-pp /project/scan-result.json /project/apache-2.0.LICENSE
29-
displayName: 'Test run'
30-
31-
3210
################################################################################
3311
# These jobs are using VMs and Azure-provided Pythons 3.8
3412
################################################################################

0 commit comments

Comments
 (0)