There was an error while loading. Please reload this page.
1 parent 43ffa55 commit 641b12fCopy full SHA for 641b12f
1 file changed
.github/workflows/verify-extra-packages.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Verify mine_pypi pipeline is listed
26
shell: bash
27
run: |
28
- docker run --rm scancode-extra-packages-test scanpipe list-pipeline | tee pipelines.txt
+ docker run --rm scancode-extra-packages-test scanpipe list-pipelines | tee pipelines.txt
29
if ! grep -q "mine_pypi" pipelines.txt; then
30
echo "::error::mine_pypi pipeline not found after installing minecode-pipelines"
31
exit 1
0 commit comments