Skip to content

Commit 2d4a506

Browse files
committed
Update CI files
1 parent fadc287 commit 2d4a506

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ plugins:
6464
source: "${COMPONENT_SOURCE}"
6565
ci_requirements: $(test -f ci_requirements.txt && echo -n true || echo -n false)
6666
upperbounds: $(test "${TEST}" = "pulp" && echo -n true || echo -n false)
67-
lowerounds: $(test "${TEST}" = "lowerbounds" && echo -n true || echo -n false)
67+
lowerbounds: $(test "${TEST}" = "lowerbounds" && echo -n true || echo -n false)
6868
services:
6969
- name: "pulp"
7070
image: "pulp:ci_build"

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ ignore = [
7272
".github/**",
7373
"lint_requirements.txt",
7474
".flake8",
75+
"AGENTS.md",
76+
"CLAUDE.md",
7577
]
7678

7779
[tool.bumpversion]

0 commit comments

Comments
 (0)