Skip to content

Commit 36d1014

Browse files
committed
turn off android d2d workflow
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 05a5bd7 commit 36d1014

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/run-android-deploy-to-develop.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
sparse-checkout-cone-mode: false
2121
persist-credentials: false
2222

23-
- uses: ./
24-
with:
25-
scancodeio-extras: "android_analysis"
26-
pipelines: "android_d2d"
27-
input-urls:
28-
https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from
29-
https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to
23+
# scancodeio-extras: "android_analysis" not available with the Docker image for now
24+
# - uses: ./
25+
# with:
26+
# scancodeio-extras: "android_analysis"
27+
# pipelines: "android_d2d"
28+
# input-urls:
29+
# https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from
30+
# https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to

0 commit comments

Comments
 (0)