Skip to content
Snippets Groups Projects
Unverified Commit 50de035f authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

Fix PRdoc check (#1419)

parent dc28df0b
Branches
No related merge requests found
Pipeline #387536 failed with stages
in 1 hour, 3 minutes, and 16 seconds
......@@ -47,5 +47,5 @@ jobs:
- name: PRdoc check for PR#${{ github.event.pull_request.number }}
if: ${{ !contains(steps.get-labels.outputs.labels, 'R0') }}
run: |
echo "Checking for PR#$GITHUB_PR in $MOUNT"
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n 1408
echo "Checking for PR#${GITHUB_PR} in $MOUNT"
$ENGINE run --rm -v $PWD/prdoc:/doc $IMAGE check -n ${GITHUB_PR}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment