Skip to content

Commit

Permalink
docs: update directory pattern example
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrake committed Aug 21, 2024
1 parent 108d0ee commit bf617de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/azure_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ view the [script options output][script_options] for the latest release.
- script: phylum-ci --exclude "requirements-*.txt"

# Specify multiple exclusion patterns.
- script: phylum-ci --exclude "build.gradle" "tests/fixtures/*"
- script: phylum-ci --exclude "build.gradle" "tests/fixtures/"
- script: |
phylum-ci \
--exclude "/requirements-*.txt" \
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/bitbucket_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ view the [script options output][script_options] for the latest release.
- phylum-ci --exclude "requirements-*.txt"

# Specify multiple exclusion patterns.
- phylum-ci --exclude "build.gradle" "tests/fixtures/*"
- phylum-ci --exclude "build.gradle" "tests/fixtures/"
- |
phylum-ci \
--exclude "/requirements-*.txt" \
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/gitlab_ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ view the [script options output][script_options] for the latest release.
- phylum-ci --exclude "requirements-*.txt"

# Specify multiple exclusion patterns.
- phylum-ci --exclude "build.gradle" "tests/fixtures/*"
- phylum-ci --exclude "build.gradle" "tests/fixtures/"
- |
phylum-ci \
--exclude "/requirements-*.txt" \
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ release.
sh 'phylum-ci --exclude "requirements-*.txt"'
// Specify multiple exclusion patterns.
sh 'phylum-ci --exclude "build.gradle" "tests/fixtures/*"'
sh 'phylum-ci --exclude "build.gradle" "tests/fixtures/"'
sh 'phylum-ci \
--exclude "/requirements-*.txt" \
--exclude "build.gradle" "fixtures/"'
Expand Down

0 comments on commit bf617de

Please sign in to comment.